From a2e2c1fdd1b6448dc4e97e8bb41c31a52d96cf6b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 14 Oct 2018 16:03:26 +0200 Subject: Makefile: Use a more generic Mac OS SDK Instead of hard-coding the 10.13 SDK. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15e7867..78139db 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: test: test.c $(LIB_DEBUG) gcc -g -Wall -Wextra -Werror -ObjC \ - -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk \ + -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk \ -o $@ \ $< \ $(LIB_DEBUG) -- cgit v1.2.3