aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)