[oden] Specify build flags for windows-gnu
This commit is contained in:
parent
6200ed31b6
commit
e3f345052c
1 changed files with 6 additions and 0 deletions
6
.cargo/config.toml
Normal file
6
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[target.x86_64-pc-windows-gnu]
|
||||||
|
# This is required when building with w64devkit, I'm not entirely sure why.
|
||||||
|
# (I mean, I know WHY: you get errors if you don't. Missing libeh or
|
||||||
|
# something. But the reason for that error is beyond my ability to care at
|
||||||
|
# the moment.)
|
||||||
|
rustflags = ["-C","link-self-contained=true"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue