conda-windows/binutils-recipe: change to --build=x86_64-w64-mingw32

Fixes Gitea issue #28
pull/33/head
Astro 2020-07-24 10:00:55 +08:00
parent bc447638a9
commit be5787ab55
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
set MSYS=C:\MSYS64
set TRIPLE=x86_64-pc-mingw64
set TRIPLE=x86_64-w64-mingw32
set PATH=%MSYS%\usr\bin;%MSYS%\mingw64\bin;%PATH%
mkdir build