mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
go path fix
This commit is contained in:
parent
d5b8758c42
commit
b94b468905
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ build_script:
|
|||
- cmd: >-
|
||||
cd %APPVEYOR_BUILD_FOLDER%
|
||||
##### MinGW build
|
||||
- set OPT_PATH=C:\msys64\mingw32\bin;C:\msys64\mingw64\bin;
|
||||
- set OPT_PATH=C:\msys64\mingw32\bin;C:\msys64\mingw64\bin;C:\go\bin;
|
||||
- set PATH=%OPT_PATH%%PATH%
|
||||
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x64"
|
||||
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x86"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue