Apparently @ escaping batch commands doesn't work in this context.

pull/1479/head
Jared Mulconry 2017-10-08 01:33:48 +11:00
parent 8f54892439
commit 63764ae42a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ build:
project: Assimp.sln
install:
- @echo off
- echo off
- set CMAKE_DEFINES -DASSIMP_WERROR=ON
- if "%platform%"=="x86" set CMAKE_GENERATOR_NAME=%APPVEYOR_BUILD_WORKER_IMAGE%
- if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=%APPVEYOR_BUILD_WORKER_IMAGE% Win64