-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sleef compilable if CMAKE_OSX_ARCHITECTURES is passed (#376)
* Simplify x86 arch check * Fix sleef compilation when CMAKE_OSX_ARCHITECTURES is passed Test plan: Run `cmake .. -DCMAKE_OSX_ARCHITECTURES=x86_64 -G Ninja; ninja` on M1 Mac Run `cmake .. -DCMAKE_OSX_ARCHITECTURES=arm64 -G Ninja; ninja` on x86 Mac * Compile host executable as universable binaries on OS X If multiarch option is passed
- Loading branch information
Showing
2 changed files
with
18 additions
and
3 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