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

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