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