From 96333999adae6654644e2dbe1bf9ac70e9dc48bb Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 20 Aug 2023 21:09:28 -0300 Subject: Update pl_mpeg.h and proper link to xinput. Thanks debug mode! --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 4c444f1..3ceb991 100644 --- a/build.sh +++ b/build.sh @@ -80,7 +80,7 @@ COMPILATION_FLAGS="-std=gnu99 -Os -flto -s -D__USE_MINGW_ANSI_STDIO=0 -mno-stack -fno-asynchronous-unwind-tables -fwhole-program -Wl,--gc-sections -mavx" FINAL_FLAGS=$COMPILATION_FLAGS WARNING_FLAGS="-Wall -Wextra" -LINK_FLAGS="-lopengl32 -lgdi32 -lwinmm" +LINK_FLAGS="-lopengl32 -lgdi32 -lwinmm -lxinput1_4" # Debug changes to flags if [ -n "$BUILD_DEBUG" ]; then COMPILATION_FLAGS="-std=gnu99 -O0 -g3" -- cgit v1.2.3