summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 506a1fa909..5f7efc388f 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -201,8 +201,8 @@ ifneq (,$(findstring MINGW,$(uname_S)))
BUILD_SDLIMAGE = YesPlease
BUILD_LIBPNG = YesPlease
endif
- ifeq ($(shell gcc -v -static-libstdc++ 2>&1 | grep 'unrecognized option'),)
- EXTRA_LIBS += -static-libgcc -static-libstdc++
+ ifeq ($(shell gcc -v -static -static-libstdc++ 2>&1 | grep 'unrecognized option'),)
+ EXTRA_LIBS += -static -static-libgcc -static-libstdc++
endif
COPY_FONTS = yes
endif