aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2018-10-14 16:03:26 +0200
committerTeddy Wing2018-10-14 16:03:26 +0200
commita2e2c1fdd1b6448dc4e97e8bb41c31a52d96cf6b (patch)
treea6c2c272f1a7061519b589b2e1fc35646150b532 /Makefile
parente7778b010ef5d4221665cc6ad8955efb1ccf9e21 (diff)
downloaddome_key_event_source_simulator-a2e2c1fdd1b6448dc4e97e8bb41c31a52d96cf6b.tar.bz2
Makefile: Use a more generic Mac OS SDK
Instead of hard-coding the 10.13 SDK.
Diffstat (limited to 'Makefile')
-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)