]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Try windows
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 3 Nov 2019 20:27:13 +0000 (21:27 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 3 Nov 2019 20:27:13 +0000 (21:27 +0100)
Makefile

index fb5f6c4c92bab45db2b97d8030c511a0aab36a1c..3a591018e3148163ce5aee33847801e01c53c6f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ CFLAGS  += -Iinclude
 ifeq (${BUILD_ON_WINDOWS}, 1)
 ifeq (${CC}, gcc)
 LDFLAGS += -lm
+LDFLAGS += -lrt -rdynamic
 endif
 else
 LDFLAGS += -lm