diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/windows.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/windows.config b/config/windows.config index 87196279..d383edd4 100644 --- a/config/windows.config +++ b/config/windows.config @@ -129,7 +129,8 @@ if platform == Platform.WINDOWS and 'visualstudio' in variants: # that were appended/prepended and have new values # FIXME: Use EnvVarOp class from cerbero/build/build.py msvc_toolchain_env = {} - env, msvc_version = get_msvc_env(arch, target_arch, vs_install_version, vs_install_path) + env, msvc_version = get_msvc_env(arch, target_arch, False, + vs_install_version, vs_install_path) for key, value in env.items(): if key in ('PATH', 'PATHEXT', 'INCLUDE', 'LIB'): sep = separator |