Slash fix

This commit is contained in:
Kagami Hiiragi 2019-03-19 22:19:50 +03:00
parent f268fb7f8b
commit 38e5ffd3f9
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ install:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- set PATH=%PATH%;%LOCALAPPDATA%;C:\msys64\mingw64\bin
- set GOPATH=C:\projects\go-avif
- set CGO_CFLAGS="-I%LOCALAPPDATA:\=/%\aom"
- set CGO_LDFLAGS="-static -L%LOCALAPPDATA:\=/%\aom_build\%CONFIGURATION%"
- set CGO_CFLAGS="-I%LOCALAPPDATA:\=/%/aom"
- set CGO_LDFLAGS="-static -L%LOCALAPPDATA:\=/%\aom_build/%CONFIGURATION%"
# Tools
- cd %LOCALAPPDATA%
- appveyor DownloadFile http://www.tortall.net/projects/yasm/releases/yasm-1.3.0-win64.exe -FileName yasm.exe