mirror of https://github.com/bazelbuild/platforms
Mark host_platform_repo rule as local (#94)
So that it won't be vendored
This commit is contained in:
parent
1b0d452dcf
commit
6114a702ad
|
@ -54,6 +54,7 @@ host_platform_repo = repository_rule(
|
||||||
file contains a single <code>HOST_CONSTRAINTS</code> variable, which is a
|
file contains a single <code>HOST_CONSTRAINTS</code> variable, which is a
|
||||||
list of strings, each of which is a label to a <code>constraint_value</code>
|
list of strings, each of which is a label to a <code>constraint_value</code>
|
||||||
for the host platform.""",
|
for the host platform.""",
|
||||||
|
local = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
def _host_platform_impl(module_ctx):
|
def _host_platform_impl(module_ctx):
|
||||||
|
|
Loading…
Reference in New Issue