Add windows-gnu target build configurations
This commit is contained in:
parent
7e5147bf28
commit
33fb24e778
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
linker = "x86_64-w64-mingw32-gcc"
|
||||
ar = "x86_64-w64-mingw32-gcc-ar"
|
||||
|
|
Loading…
Reference in a new issue