From 81ab23c5dfe5d43c19e7c3afd3cf20445e5c1cb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 30 Jan 2021 20:05:38 +0100 Subject: [PATCH] :art: Try adding window stuff --- Makefile | 3 ++- util | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0b87811..20ccc34c 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,8 @@ 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,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=lib${PRG}.dll.a +LDFLAGS += -Wl,-Wl,--enable-auto-import LDFLAGS += -lm endif else diff --git a/util b/util index dd768c3b..a91bcbaa 160000 --- a/util +++ b/util @@ -1 +1 @@ -Subproject commit dd768c3b087efa01fe78b7f9a71158180fadf86a +Subproject commit a91bcbaaa9e5b5d8d9e3287c1eafa1ca6413b12b -- 2.43.0