From: fennecdjay Date: Sun, 3 Nov 2019 20:27:13 +0000 (+0100) Subject: :wrench: Try windows X-Git-Tag: nightly~2116^2~18 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1bb34c4e9813e909d26186fdf4691ae6491be69d;p=gwion.git :wrench: Try windows --- diff --git a/Makefile b/Makefile index fb5f6c4c..3a591018 100644 --- 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