From 6745246513d0ea91a683e7648722a458da1561aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 30 Jan 2021 20:09:25 +0100 Subject: [PATCH] :art: Try adding window stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20ccc34c..fd5d2d7e 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CFLAGS += -Iinclude ifeq (${BUILD_ON_WINDOWS}, 1) ifeq (${CC}, gcc) #LDFLAGS += -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=lib${PRG}.dll.a -LDFLAGS += -Wl,-Wl,--enable-auto-import +LDFLAGS += -Wl,--enable-auto-import LDFLAGS += -lm endif else -- 2.43.0