mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
Update windows ctrtool makefile.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ else ifneq (, $(findstring darwin, $(SYS)))
|
|||||||
else
|
else
|
||||||
#Windows Build CFG
|
#Windows Build CFG
|
||||||
CFLAGS += -Wno-unused-but-set-variable
|
CFLAGS += -Wno-unused-but-set-variable
|
||||||
LIBS += -static-libgcc -static-libstdc++
|
LIBS += -static-libgcc -static-libstdc++ -static -lpthread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
main: $(OBJS)
|
main: $(OBJS)
|
||||||
|
|||||||
Reference in New Issue
Block a user