diff options
author | Allen Winter <allen.winter@kdab.com> | 2018-08-19 10:29:37 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2018-08-19 10:29:37 -0400 |
commit | 996d90a49d8641af61ad48931b0340f9eab9666c (patch) | |
tree | cfd51363bcf1ce39f572827235c45b794a164f88 /scripts | |
parent | 71de535f63651643b6120d1c2bbd130de5807890 (diff) | |
download | libical-git-996d90a49d8641af61ad48931b0340f9eab9666c.tar.gz |
set_compiler_env.bat - not finding ninja; try adding to PATH
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/set_compiler_env.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/set_compiler_env.bat b/scripts/set_compiler_env.bat index 364306b7..54eaa90d 100644 --- a/scripts/set_compiler_env.bat +++ b/scripts/set_compiler_env.bat @@ -43,6 +43,7 @@ endlocal & set PATH=%PATH:C:\Program Files\Git\usr\bin;=% & set PATH=c:\MinGW\bi :eof if "%CMAKE_GENERATOR%"=="Ninja" ( cinst -y ninja + set PATH=C:\tools\ninja;%PATH% ) if "%CMAKE_GENERATOR%"=="NMake Makefiles JOM" ( cinst -y jom |