Skip to content

Switch std to using raw-dylib by default on Windows#129821

Closed
ChrisDenton wants to merge 1 commit intorust-lang:masterfrom
ChrisDenton:raw-dylib-std
Closed

Switch std to using raw-dylib by default on Windows#129821
ChrisDenton wants to merge 1 commit intorust-lang:masterfrom
ChrisDenton:raw-dylib-std

Conversation

@ChrisDenton
Copy link
Member

@ChrisDenton ChrisDenton commented Aug 31, 2024

The raw-dylib feature allows rust to compile code even without have the Windows SDK installed (or mingw equivalent). We were already using it to work around a couple of import library issues, this just makes it the default for everything. The windows_use_import_libs std feature can be used to disable this.

try-job: dist-aarch64-msvc

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.