diff options
author | Mats Wichmann <mats@linux.com> | 2019-10-10 15:52:23 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-10-10 15:52:23 (GMT) |
commit | f39f01c44bfb52fbb09ee57e8d678e03086b9a83 (patch) | |
tree | 0d027220dcfdc42b3e4b2e2c4f4c1013222db2a6 | |
parent | f2a1d6936c961e8d6f059b74b667dd62be211be1 (diff) | |
download | SCons-f39f01c44bfb52fbb09ee57e8d678e03086b9a83.zip SCons-f39f01c44bfb52fbb09ee57e8d678e03086b9a83.tar.gz SCons-f39f01c44bfb52fbb09ee57e8d678e03086b9a83.tar.bz2 |
[PR 3462] quote appveyor setting of cache val
Python 2.7 suffered some problems in subprocess.
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 09cd996..ea6ad36 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,7 +25,7 @@ install: - cmd: set STATIC_DEPS=true & C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off lxml # install 3rd party tools to test with - cmd: choco install --allow-empty-checksums dmd ldc swig vswhere xsltproc winflexbison - - cmd: set SCONS_CACHE_MSVC_CONFIG=true + - cmd: set SCONS_CACHE_MSVC_CONFIG="true" - cmd: set ### LINUX ### |