Skip to content
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

Add CI Windows build result testing #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ldm0
Copy link
Collaborator

@ldm0 ldm0 commented Oct 22, 2020

Currently blocked on a vcpkg issue(some dependency libs not automatically found by vcpkg).

Linked issue: microsoft/vcpkg#9571

@ldm0 ldm0 self-assigned this Oct 22, 2020
@ldm0 ldm0 added the blocked blocked on something like another PR label Nov 7, 2020
@ldm0 ldm0 force-pushed the cross_platform branch 6 times, most recently from 7ca735b to b61d34e Compare February 26, 2021 07:19
@icewind1991
Copy link

I got static linking working on windows by adding

[target.x86_64-pc-windows-msvc]
rustflags = [
    "-C", "link-arg=Mfplat.lib",
    "-C", "link-arg=Strmiids.lib",
    "-C", "link-arg=Mfuuid.lib",
    "-C", "link-arg=Bcrypt.lib",
    "-C", "link-arg=Secur32.lib",
    "-C", "link-arg=Ole32.lib",
    "-C", "link-arg=User32.lib"
]

to the .cargo/config.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked blocked on something like another PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants