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

Add macOS build #247

Merged
merged 1 commit into from
Jul 17, 2018
Merged

Add macOS build #247

merged 1 commit into from
Jul 17, 2018

Conversation

kastiglione
Copy link
Contributor

This creates a new target in the Xcode project: Chisel-macOS. No code changes were required.

LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.Chisel-macOS";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Copy link
Contributor Author

@kastiglione kastiglione Jul 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This results in a framework named Chisel_macOS. Ideally there would only be one framework, but a fat binary can't have both a simulator x86_64 slice and also a macOS x86_64 slice.

@kastiglione kastiglione merged commit 7a81a3c into master Jul 17, 2018
@kastiglione kastiglione deleted the macos-runtime branch July 17, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants