Skip to content

Move windows-sys dependency under Windows targets#45

Open
subhramit wants to merge 1 commit into
EpicGames:mainfrom
subhramit:windows-sys-platform-gate
Open

Move windows-sys dependency under Windows targets#45
subhramit wants to merge 1 commit into
EpicGames:mainfrom
subhramit:windows-sys-platform-gate

Conversation

@subhramit

Copy link
Copy Markdown

Fixes #43

Four crates listed windows-sys under [dependencies] instead of [target.'cfg(target_family = "windows")'.dependencies], causing build failures on non-x86_64 Linux architectures. This moves them under the right (Windows) targets.

Four crates listed `windows-sys` under `[dependencies]`, causing build failures on non-x86_64 Linux architectures. Move them under `[target.'cfg(target_family = "windows")'.dependencies]`.

Fixes EpicGames#43

Signed-off-by: subhramit <subhramit.bb@live.in>

@mjansson mjansson left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Makes sense to me, looks good

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Dependency windows-sys should be only on windows

2 participants