[oden] Specify build flags for windows-gnu

This commit is contained in:
John Doty 2023-08-19 07:56:24 -07:00
parent 6200ed31b6
commit e3f345052c

6
.cargo/config.toml Normal file
View 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"]