fixed libraries linking parameters for windows

This commit is contained in:
MihailRis
2021-09-09 00:11:19 +03:00
committed by GitHub
parent c9b7d7577b
commit 59a9c1afe9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
USER_OBJS :=
LIBS := -lglfw3 -lglew32 -lopengl32 -lspng -lgdi32 -lz
LIBS := -lglfw3 -lglew32 -lopengl32 -lspng -lgdi32 -Wl,-Bstatic -lz