-
Notifications
You must be signed in to change notification settings - Fork 181
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
fix: windows symlink support #386
Conversation
cb8e297
to
0105466
Compare
c92dab7
to
097987c
Compare
885574d
to
8144e4e
Compare
3fa5991
to
808e2b1
Compare
cargo clippy --target=x86_64-pc-windows-gnu
also clippy windows for iroh-localops
...so we don't have to make the imports conditional to please clippy
df9ec98
to
fad5242
Compare
|
||
[target.x86_64-pc-windows-gnu] | ||
linker = "x86_64-w64-mingw32-gcc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you enlighten me?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so you can cross compile for windows on mac and I don't have to go looking for a windows box.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great
CI is giving us headaches. This is clearly moving the ball forward on windows. I'm going to merge without waiting for it to finish |
No description provided.