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

Skip i386 on OSX build #154

Closed
bashtage opened this issue Mar 17, 2018 · 2 comments
Closed

Skip i386 on OSX build #154

bashtage opened this issue Mar 17, 2018 · 2 comments

Comments

@bashtage
Copy link

The command for OSX has -arch i386 -arch x86_64 which appears to build for both. It is possible to skip i386? I'm using __int128_t which is only available for x86_64.

@matthew-brett
Copy link
Collaborator

matthew-brett commented Mar 17, 2018

Yes, I think you can just make a new file env_vars.sh and add ARCH="-arch x86_64". That should override the setting in configure_build.sh.

@bashtage
Copy link
Author

This worked, thanks.

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

No branches or pull requests

2 participants