forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
9x/MeenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
- The default "god import" library is imported before unicows.lib, so it prevents unicows from working correctly
- target checks are too strict and wont link the god import library on rust9x anyways
- this affects all additional targets like the new win7 one, so I created a fix PR for the official repo
- Switching to raw-dylib runs into Investigate
raw-dylib
support/workarounds forunicows
#15. link!
specifies library names with.dll
, making it tricky to change it to#[link(name = "<libraryname>")]
- one way would be to link everything, without raw-dylib, to kernel32, since kernel32 is always linked. Other dependencies will need to be manually specified in the link args, then.
Metadata
Metadata
Assignees
Labels
9x/MeenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed