Skip to content

Remove binary packaging support #1067

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

Merged
merged 1 commit into from
Aug 19, 2021
Merged

Remove binary packaging support #1067

merged 1 commit into from
Aug 19, 2021

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Aug 19, 2021

This change moves to the simpler model of having the .windows folder relative to the workspace and avoids all of the file copies and cross-crate copying of files as Cargo just isn't up to that at the moment.

Fixes #979

Copy link
Contributor

@MarijnS95 MarijnS95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me (on grey-area Linux "support"), thanks!

@kennykerr kennykerr merged commit 1291b32 into master Aug 19, 2021
@kennykerr kennykerr deleted the windows_winmd branch August 19, 2021 20:12
MarijnS95 added a commit to MarijnS95/windows-rs that referenced this pull request Aug 19, 2021
The previous commit now uses a different folder for `target_dir`, namely
`target/` directly instead of `target/<profile>/deps`.  Popping this
twice would go outside of the directory containing `target/` and copy
DLL files into _every_ folder matching the `<profile>` name (ie. every
`debug` folder inside my `Rust/` projects folder).

Fixes: 1291b32 ("Remove binary packaging support (microsoft#1067)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove binary packaging support
2 participants