We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec2019 commit 3a24287Copy full SHA for 3a24287
cc/private/toolchain/windows_cc_configure.bzl
@@ -882,7 +882,7 @@ def _get_copts(repository_ctx):
882
"%{conly_flags}": get_starlark_list(conly_opts),
883
"%{cxx_flags}": get_starlark_list(cxx_opts),
884
"%{link_flags}": get_starlark_list(link_opts),
885
- "%{win32_winnt_flag}": win32_winnt_opts,
+ "%{win32_winnt_flag}": escape_string(win32_winnt_opts),
886
}
887
return copts_vars
888
0 commit comments