From e347643f72fa045333145d4b5af16716ae7df463 Mon Sep 17 00:00:00 2001 From: Trevor Squires Date: Thu, 21 Sep 2017 17:23:29 -0700 Subject: [PATCH] Specify path to 10.13 SDK --- test/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Rakefile b/test/Rakefile index 44aa638f..6f04d33f 100644 --- a/test/Rakefile +++ b/test/Rakefile @@ -12,7 +12,7 @@ end #============================== # Variables #============================== -OSX_SDK=run_or_die('xcrun --sdk macosx --show-sdk-path').chomp() +OSX_SDK="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk" OSX_VERSION="10.10" LINKED_FRAMEWORKS="-framework Foundation -framework AppKit -framework CoreData"