-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix builds for Mac OS X hosts using a method that JayKickliter and I derived while researching this current problem with CMake. In the future, CMake will probably come up with some reasonable defaults that update CFLAGS properly on Mac OS X so that it gets the proper `-isysroot <PATH>` that is sorely needed when invoking `clang` as directly as CMake is doing.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
would mind moving the contents of this
IF
and the one inFindJErasure.cmake
to here? Then set a single variable named something likeAPPLE_SDKROOT_ENV
?