From 85704bf4dabdc7159f8308c3c2f13f8abe7102c6 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 12:08:08 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0445a24..a8de24e 100644 --- a/makefile +++ b/makefile @@ -28,7 +28,7 @@ CFLAGS+=-D__int64_t=int64_t else UNAME := $(shell uname -s) ifeq ($(UNAME),$(filter $(UNAME),Linux Darwin FreeBSD GNU/kFreeBSD)) -LDFLAGS+=-lpthread +LDFLAGS+=-lpthread -lm ifneq ($(UNAME),$(filter $(UNAME),Darwin)) LDFLAGS+=-lrt endif