diff --git a/tools/osx/xcode_configure.bzl b/tools/osx/xcode_configure.bzl index a7fb7ba560fb9e..ae86ec5af0dc5e 100644 --- a/tools/osx/xcode_configure.bzl +++ b/tools/osx/xcode_configure.bzl @@ -293,7 +293,7 @@ def _impl(repository_ctx): xcode_autoconf = repository_rule( implementation = _impl, - local = True, + configure = True, attrs = { "xcode_locator": attr.string(), "remote_xcode": attr.string(),