diff options
| author | Teddy Wing | 2018-10-14 16:03:26 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-10-14 16:03:26 +0200 |
| commit | a2e2c1fdd1b6448dc4e97e8bb41c31a52d96cf6b (patch) | |
| tree | a6c2c272f1a7061519b589b2e1fc35646150b532 /Makefile | |
| parent | e7778b010ef5d4221665cc6ad8955efb1ccf9e21 (diff) | |
| download | dome_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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
