summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-03-08 17:21:46 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-05-26 17:06:15 +0530
commit5afbdf521561487f0322f29476cc1868e5449f78 (patch)
tree4d495ab2f800f801ed611536868925e1ac77c69b /config
parentdc5c1adaeba49870045424ce265934d9def73647 (diff)
cerbero: Allow fetching UWP Visual Studio env vars
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/480>
Diffstat (limited to 'config')
-rw-r--r--config/windows.config3
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