Merge pull request #92 from 3DSGuy/github-actions

Update windows ctrtool makefile.
This commit is contained in:
Jack
2020-05-11 17:03:26 +08:00
committed by GitHub
+1 -1
View File
@@ -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)