diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-21 20:21:57 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-22 02:49:20 +0530 |
commit | 344f370417fb970d8479cd5cf095e183f361d70b (patch) | |
tree | 0f2fd6d15c87410c40a4aa96bce1af665d683cc8 /config/windows.config | |
parent | de9fd09f5abf17f14d4b152ea3cd847045b4078a (diff) |
cerbero/shell: Unbreak visualstudio shell
This broke while moving from using a global env to a per-recipe env.
Diffstat (limited to 'config/windows.config')
-rw-r--r-- | config/windows.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/windows.config b/config/windows.config index 8561a2de..f752b78d 100644 --- a/config/windows.config +++ b/config/windows.config @@ -138,7 +138,7 @@ if platform == Platform.WINDOWS: # using the current user code page unless '/utf-8' option was specified. # Auto detected (by msvc) code page might cause compile error depending on locale # https://docs.microsoft.com/en-us/cpp/build/reference/utf-8-set-source-and-executable-character-sets-to-utf-8 - msvc_toolchain_env['CFLAGS'] = ['/utf-8', ''] + msvc_toolchain_env['CFLAGS'] = ['/utf-8', ' '] # Export the env for an MSVC shell if for_shell and 'novisualstudio' not in variants: |