Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sokhealy committed Dec 4, 2024
1 parent 7fb89c5 commit 8624641
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cc/toolchains/llvm-mingw/x86_64-windows/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ filegroup(
"linker_files",
":compiler_files",
"@x86_64-windows-llvm-mingw//:bin",
]
],
)

cc_toolchain_config(
Expand All @@ -96,9 +96,9 @@ cc_toolchain_config(
abi_version = "clang",
compiler = "clang",
cxx_builtin_include_directories = [
"/include",
"/usr/include",
"/usr/local/include",
"/include",
"/usr/include",
"/usr/local/include",
],
host_system_name = X86_64_WINDOWS,
target_cpu = "k8",
Expand Down Expand Up @@ -149,4 +149,3 @@ toolchain(
toolchain = ":cc-clang-x86_64-windows",
toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
)

0 comments on commit 8624641

Please sign in to comment.