Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Jan 25, 2024
1 parent ebff612 commit 32a990b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ case "$MY_OS_NAME" in
LDLIBS+=" -funwind-tables"
LDLIBS+=" -static-libstdc++"
LDLIBS+=" -static-libgcc"
LDLIBS+=" -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic"
LDLIBS+=" -Wl,-Bstatic -Wl,-Bdynamic"
LDLIBS+=" -lopengl32"
LDLIBS+=" -lpthread"
LDLIBS+=" /${MINGW_TYPE}/lib/libSDL2_mixer.a"
Expand Down
2 changes: 1 addition & 1 deletion src/core/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <string.h> // do not remove

/*
* Simple console expanding code, takes a comand input and expands it as
* Simple console expanding code, takes a command input and expands it as
* much as possible to installed commands.
*
* Ambigious command : []
Expand Down

0 comments on commit 32a990b

Please sign in to comment.