Merge pull request #28 from YamatoSecurity/feature/crosscompile

linux系からwindowへのクロスコンパイルに必要なもの
This commit is contained in:
nishikawaakira
2020-11-07 12:41:28 +09:00
committed by GitHub

View File

@@ -20,3 +20,9 @@ flate2 = "1.0"
toml = "0.5"
lazy_static = "1.4.0"
chrono = "0.4.19"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
[target.i686-pc-windows-gnu]
linker = "i686-w64-mingw32-gcc"