summaryrefslogtreecommitdiff
path: root/build_extra
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra')
-rw-r--r--build_extra/toolchain/win/mods.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_extra/toolchain/win/mods.gni b/build_extra/toolchain/win/mods.gni
index 5355d7f9a..30a936051 100644
--- a/build_extra/toolchain/win/mods.gni
+++ b/build_extra/toolchain/win/mods.gni
@@ -20,9 +20,9 @@ import("//build/toolchain/cc_wrapper.gni")
# Some python scripts that are run by BUILD.gni live here.
base_toolchain_dir = "//build/toolchain/win"
-# If cc_wrapper if is set, wrap it in quotes and add a space to it.
+# If cc_wrapper if is set, add a space to it.
if (cc_wrapper == "") {
cc_wrapper_prefix = ""
} else {
- cc_wrapper_prefix = "\"$cc_wrapper\" "
+ cc_wrapper_prefix = "$cc_wrapper "
}