mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add libssp.
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ ifeq ($(BUILDTYPE),windows)
|
|||||||
-fext-numeric-literals \
|
-fext-numeric-literals \
|
||||||
-Wno-deprecated-enum-float-conversion \
|
-Wno-deprecated-enum-float-conversion \
|
||||||
-Wno-deprecated-enum-enum-conversion
|
-Wno-deprecated-enum-enum-conversion
|
||||||
LDFLAGS += -static
|
LDFLAGS += -static -lssp
|
||||||
AR = $(MINGW)ar
|
AR = $(MINGW)ar
|
||||||
PKG_CONFIG = $(MINGW)pkg-config -static
|
PKG_CONFIG = $(MINGW)pkg-config -static
|
||||||
WINDRES = $(MINGW)windres
|
WINDRES = $(MINGW)windres
|
||||||
|
|||||||
Reference in New Issue
Block a user