diff --git a/.appveyor/build.bat b/.appveyor/build.bat index bda82984b..3a18cea65 100644 --- a/.appveyor/build.bat +++ b/.appveyor/build.bat @@ -37,7 +37,7 @@ set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%\depot_tools REM Run `fetch` through cmd /c since fetch is a batch file that seems to call exit cmd /c fetch crashpad cd crashpad -gn gen out/Default +cmd /c gn gen out/Default ninja.exe -C out/Default cd ..