From: Jérémie Astor Date: Fri, 21 Feb 2020 20:32:48 +0000 (+0100) Subject: :wrench: Windows -export-dynamic? X-Git-Tag: nightly~1791 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=97c7558ce1a0ab10eb73602af2b23ed57e1368dd;p=gwion.git :wrench: Windows -export-dynamic? --- 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