From 8b308eb2b2c91e834e6400566bebf2f219f53db6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 2 Mar 2020 10:46:08 +0100 Subject: [PATCH] :wrench: Windowd build: export-all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 748d705f..611f68c7 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ CFLAGS += -Iinclude ifeq (${BUILD_ON_WINDOWS}, 1) ifeq (${CC}, gcc) CFLAGS += -export-dynamic -LDFLAGS += -Wl,--export-all-symbols -Wl,--enable-auto-import-object -Wl,--out-implib=libgwion.dll.a +LDFLAGS += -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=libgwion.dll.a CFLAGS += -Wl,-export-dynamic LDFLAGS += -Wl,-export-dynamic LDFLAGS += -lm -- 2.43.0