-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Compiling with x86_64-pc-windows-gnu fails #48
Comments
Hm, I can't repro this? Odder still, glibc targets should have a normal object archive You should only get |
oh wait that might be it. |
I have a native glibc toolchain:
This works as-expected and is explicitly supported. Are you cross-compiling from -msvc to -gnu? That may be unsupportable; what does |
i am on windows, i am compiling with
Here's a repo: https://github.com/Zerowalker/resource-test |
Cannot reproduce, so I think you are cross-compiling – does |
it seems to work when i do that. I am a bit confused, what am i missing here? EDIT: is it cause i specify the toolchain? |
If you spec |
oh, had no idea, i have used them like they where the same. Sorry for wasting your time. |
As far as i can tell it should work as it seems to be supported, if not them i apologize for bringing it up.
When i compile with this target it fail with this:
Find it a bit odd that it looks for a
resource-test-manifest.lib
but perhaps that's expected?My
build.rs
dynamically generates therc
andmanifest
with the right name cause i am lazy.I will provide them below in case it matters.
build.rs
RC
Manifest
The text was updated successfully, but these errors were encountered: