From: fennecdjay Date: Wed, 20 Nov 2019 23:37:38 +0000 (+0100) Subject: :wrench: Update Makefile X-Git-Tag: nightly~2093 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=db15b9e8e8ce1eb6c4096509d422125a15118cd0;p=gwion.git :wrench: Update Makefile --- diff --git a/Makefile b/Makefile index 8fc24b79..548e3bad 100644 --- a/Makefile +++ b/Makefile @@ -41,11 +41,12 @@ ifeq (${CC}, gcc) LDFLAGS += -lm endif else -LDFLAGS += -lrt -rdynamic +LDFLAGS += -rdynamic LDFLAGS += -lm endif ifeq ($(shell uname), Linux) +LDFLAGS += -lrt endif CFLAGS += -DGWION_BUILTIN