-
Notifications
You must be signed in to change notification settings - Fork 124
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
Issue with 0.1.49
on Windows i686 cross compilation
#171
Comments
I think this is the same as what we (belatedly) ran into here: #158 (comment) Which we found a workaround for: set |
Does updating to 0.1.50 fix it? It should... |
My impression is these issues were fixed by #176 (which appeared in 0.1.50) |
Oh, that only fixes it for iOS, of course. Hmm... |
Hi, it seems I'm running into similar issue on macos/xcode/building for iOS I'm getting this when trying to build
|
The latest patch bump of
cmake-rs
broke our CD/CI when cross compiling to Windows x86 on x86_64 Windows hosts.The error logs are somewhat misleading but we were able to identify that the root cause was the automatic update from
0.1.48
to0.1.49
:One noticeable change from
0.1.48
is that the failing cmake command now has new arguments :"-DCMAKE_SYSTEM_NAME=windows" "-DCMAKE_SYSTEM_PROCESSOR=x86"
But its not clear to me why this would cause the failure seen above...
The text was updated successfully, but these errors were encountered: