Skip to content

Commit 57c5bbd

Browse files
authored
Update appveyor.yml
Apparently x64 is correct platform value.
1 parent 5157e88 commit 57c5bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ init:
1616
- cmd: >-
1717
set arch=Win32
1818
19-
if "%PLATFORM%"=="x64" ( set arch=Win64)
19+
if "%PLATFORM%"=="x64" ( set arch=x64)
2020
2121
echo %APPVEYOR_BUILD_WORKER_IMAGE%
2222

0 commit comments

Comments
 (0)