Skip to content
Unverified Commit e0a003ee authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

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
parent 80b994fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment