From 32a990b2bcac43e172ea687a6083bd547a5b8e90 Mon Sep 17 00:00:00 2001 From: Neil McGill Date: Thu, 25 Jan 2024 15:57:37 +0000 Subject: [PATCH] compile fix --- build/build.sh | 2 +- src/core/command.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.sh b/build/build.sh index cffda39..df5ddd4 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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" diff --git a/src/core/command.cpp b/src/core/command.cpp index a32dcc6..44fcf6b 100644 --- a/src/core/command.cpp +++ b/src/core/command.cpp @@ -7,7 +7,7 @@ #include // 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 : []