Skip to content

Commit

Permalink
Fix coverage section in the autodetected crosstool for windows
Browse files Browse the repository at this point in the history
Fixes #2582

--
PiperOrigin-RevId: 148455784
MOS_MIGRATED_REVID=148455784
  • Loading branch information
hlopko authored and iirina committed Feb 24, 2017
1 parent 53501b5 commit 5dbb23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cpp/cc_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ def _impl(repository_ctx):
"%{opt_content}": "",
"%{dbg_content}": "",
"%{cxx_builtin_include_directory}": "\n".join(cxx_include_directories),
"%{coverage}": "",
})
else:
darwin = cpu_value == "darwin"
Expand Down

0 comments on commit 5dbb23b

Please sign in to comment.