Skip to content

Commit 6114a70

Browse files
authored
Mark host_platform_repo rule as local (#94)
So that it won't be vendored
1 parent 1b0d452 commit 6114a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

host/extension.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ host_platform_repo = repository_rule(
5454
file contains a single <code>HOST_CONSTRAINTS</code> variable, which is a
5555
list of strings, each of which is a label to a <code>constraint_value</code>
5656
for the host platform.""",
57+
local = True,
5758
)
5859

5960
def _host_platform_impl(module_ctx):

0 commit comments

Comments
 (0)