Skip to content

Commit

Permalink
no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Jan 25, 2024
1 parent 637dbd2 commit af58850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ case "$MY_OS_NAME" in
LDLIBS+=" -L/${MINGW_TYPE}/glib/"
LDLIBS=$(echo $LDLIBS | sed -e 's/-lmingw32 //g')
LDLIBS+=" -funwind-tables"
LDLIBS+=" -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic"
LDLIBS+=" -lstdc++"
LDLIBS+=" -lopengl32"
LDLIBS+=" -lpthread"
LDLIBS+=" /${MINGW_TYPE}/lib/libSDL2_mixer.a"
Expand Down

0 comments on commit af58850

Please sign in to comment.