Skip to content

Commit

Permalink
Look under command line tools for SDK as well
Browse files Browse the repository at this point in the history
This way people don't need to install XCode to build
and install the module
  • Loading branch information
hoelzro committed Jan 18, 2017
1 parent 000fab4 commit 7a1d258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hints/darwin.pl 100644 → 100755
Expand Up @@ -11,6 +11,7 @@
my @directories = (
"/Developer/SDKs/MacOSX$os_version.sdk",
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$os_version.sdk",
"/Library/Developer/CommandLineTools/SDKs/MacOSX$os_version.12.sdk",
);

my $sysroot;
Expand Down

0 comments on commit 7a1d258

Please sign in to comment.