diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-08-20 21:09:28 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-08-20 21:09:28 -0300 |
| commit | 96333999adae6654644e2dbe1bf9ac70e9dc48bb (patch) | |
| tree | 41f1e1b7efe2bae64253564563d1a352f316da80 /build.sh | |
| parent | b6c31751ced6b28c70f884406135846cb97af566 (diff) | |
Update pl_mpeg.h and proper link to xinput. Thanks debug mode!
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
