From f9584757c2f8d42ed763ed34a82de4972a2baabb Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Thu, 11 Sep 2014 15:31:28 +0200 Subject: [PATCH] Makefile: fix tests on Darwin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 384143a..b82900a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # published by Sam Hocevar. See the COPYING file for more details. CFLAGS = -g -Wall -Wextra -Werror -std=c99 -CFLAGS += -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE +CFLAGS += -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_DARWIN_C_SOURCE LDLIBS = -lcheck all: scan-build test example