Merge pull request #28 from YamatoSecurity/feature/crosscompile
linux系からwindowへのクロスコンパイルに必要なもの
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user