Changing clang path

pull/9028/head
Deanna Garcia 3 years ago
parent 5e62362a09
commit d1a1818898
  1. 4
      toolchain/cc_toolchain_config.bzl

@ -47,7 +47,7 @@ def _impl(ctx):
), ),
tool_path( tool_path(
name = "cpp", name = "cpp",
path = "/usr/bin/clang-cpp", path = "/usr/local/bin/clang-cpp",
), ),
tool_path( tool_path(
name = "dwp", name = "dwp",
@ -123,7 +123,7 @@ def _impl(ctx):
cxx_builtin_include_directories = [ cxx_builtin_include_directories = [
ctx.attr.toolchain_dir, ctx.attr.toolchain_dir,
"/usr/include", "/usr/include",
"/usr/lib/clang", "/usr/local/lib/clang",
], ],
features = [linker_flags, compiler_flags], features = [linker_flags, compiler_flags],
host_system_name = "local", host_system_name = "local",

Loading…
Cancel
Save