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