Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: universal2 build #90

Merged
merged 1 commit into from
Nov 21, 2021
Merged

fix: universal2 build #90

merged 1 commit into from
Nov 21, 2021

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Nov 14, 2021

ExternalProject_add does not forward CMAKE_OSX_ARCHITECTURES to the external project. This leads to a broken universal2 build which only has the x86_64 binary.
Let's forward a few variables to the external project to fix this and add a test.

Fix #88

ExternalProject_add does not forward CMAKE_OSX_ARCHITECTURES to the external project. This leads to a broken universal2 build which only has the x86_64 binary.
Let's forward a few variables to the external project to fix this.
@mayeut mayeut merged commit 450d8bb into scikit-build:master Nov 21, 2021
@mayeut mayeut deleted the universal2 branch November 21, 2021 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect version of Ninja installed using PIP on M1
1 participant