diff --git a/host/extension.bzl b/host/extension.bzl index 13ae09a..a888a20 100644 --- a/host/extension.bzl +++ b/host/extension.bzl @@ -54,6 +54,7 @@ host_platform_repo = repository_rule( file contains a single HOST_CONSTRAINTS variable, which is a list of strings, each of which is a label to a constraint_value for the host platform.""", + local = True, ) def _host_platform_impl(module_ctx):