]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Windows -export-dynamic?
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 20:36:51 +0000 (21:36 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 20:36:51 +0000 (21:36 +0100)
Makefile

index 50cc4560cd4d9ca4a08d514f8b3c0f5877bb22a3..1c821eca58ac960f65eb4bc461354d538124888b 100644 (file)
--- 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