From 1bb34c4e9813e909d26186fdf4691ae6491be69d Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 3 Nov 2019 21:27:13 +0100 Subject: [PATCH] :wrench: Try windows --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0