-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Ability to specify a build target as both host
and target
?
#12570
Comments
host
and target
?host
and target
?
Edit: Oh, you mean being able to do something like
|
something precisely like that, perhaps also for |
@apache-hb currently that requires setupping 2 separate build directories. Allowing building for both platforms at the same time is something we want but is not easy to implement, @dcbaker has been working on that, at least for subprojects. |
That I can help with: #12022 |
Theres currently no way to specify a language/library/executable to be added/built for both native and target machines at the same time. This is causing me a lot of duplicate build declarations when wanting to do something such as running unit tests on the host machine then link the final executable for the target machine. Is there a common pattern to avoid this duplication?
The text was updated successfully, but these errors were encountered: