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