-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
How would you cross compile x86/arm on x86_64 on all platforms? #118
Comments
@bwrsandman by reading your log, the build on Windows and on Linux are failing in a way that is not what the action can help with, but it is up to you to setup the build correctly and to the runner's OS image to provide the proper toolsets. |
Looks like it's the environment variable Might I suggest that an option |
@bwrsandman currently the documentation (both for Supposing we have a
|
I believe this only needs to be set when configuring and can be ignored if you're not cross compiling. |
Is there a straightforward way to use this action to cross compile using vcpkg triplets and not with chainload toolchains.
For the record, using android toolchains work pretty well.
I am using the
Ninja Multi-Config
generatorOn windows
With
-m32
and with-DCMAKE_SYSTEM_PROCESSOR=x86
, it builds the dependencies alright but still tries to build in x64.On Linux
Seems like cmake is unable to find a good compiler after setting
-m32
The text was updated successfully, but these errors were encountered: