Add libssp.

This commit is contained in:
David Given
2024-03-31 13:27:00 +02:00
parent 94372a7f09
commit 989a11931b

View File

@@ -10,7 +10,7 @@ ifeq ($(BUILDTYPE),windows)
-fext-numeric-literals \
-Wno-deprecated-enum-float-conversion \
-Wno-deprecated-enum-enum-conversion
LDFLAGS += -static
LDFLAGS += -static -lssp
AR = $(MINGW)ar
PKG_CONFIG = $(MINGW)pkg-config -static
WINDRES = $(MINGW)windres