From ddaa5b3821e31a2d50b75e288974c64897266ae6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 21:36:51 +0100 Subject: [PATCH] :wrench: Windows -export-dynamic? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50cc4560..1c821eca 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CFLAGS += -Iinclude ifeq (${BUILD_ON_WINDOWS}, 1) ifeq (${CC}, gcc) -LDFLAGS += -export-dynamic +CFLAGS += -export-dynamic LDFLAGS += -lm endif else -- 2.43.0