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

runner.arch_check shall iterate through on arch list #62

Open
rizsotto opened this issue Oct 9, 2016 · 0 comments
Open

runner.arch_check shall iterate through on arch list #62

rizsotto opened this issue Oct 9, 2016 · 0 comments

Comments

@rizsotto
Copy link
Owner

rizsotto commented Oct 9, 2016

SET(CMAKE_OSX_ARCHITECTURES "i386;x86_64" CACHE STRING "Rogue")

is a good example when multiple architecture is given for a single compilation. the -arch i386 has a corresponding macro defined which might cause different sources to analyze. (investigate the macro names for a good test case.)

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

1 participant