Skip to content

Commit cfa672e

Browse files
committed
(appveyor) trying vcvarsall 2
1 parent 16fc00c commit cfa672e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ build_script:
5252
$env:VCVARS_PLATFORM="amd64"
5353
$env:ENV_PLATFORM="x64"
5454
}
55-
- ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
56-
- echo "Using Visual Studio %VSVER%.0 at %VSCOMNTOOLS%"
57-
- call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
55+
- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
5856
- set
5957
- echo Building PHP [%PHP_VERSION%]
6058
- '%PHP_SDK%\bin\phpsdk_setvars'

0 commit comments

Comments
 (0)