Changing directory of clang to match docker container
This commit is contained in:
parent
2a2c9767ac
commit
5e62362a09
@ -31,7 +31,7 @@ def _impl(ctx):
|
||||
tool_paths = [
|
||||
tool_path(
|
||||
name = "gcc",
|
||||
path = "/usr/bin/clang",
|
||||
path = "/usr/local/bin/clang",
|
||||
),
|
||||
tool_path(
|
||||
name = "ld",
|
||||
|
Loading…
Reference in New Issue
Block a user