We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa8a92 commit 24eec1cCopy full SHA for 24eec1c
1 file changed
toolchain/toolchain_env.bzl
@@ -129,7 +129,7 @@ def _toolchain_env_impl(repository_ctx):
129
link_opts = _get_copts_env_var(repository_ctx, "BAZEL_LINKOPTS")
130
131
escaped_include_paths = _get_escaped_xcode_cxx_inc_directories(repository_ctx, xcode_locator)
132
- enable_layering_check = repository_ctx.os.environ.get("APPLE_SUPPORT_LAYERING_CHECK_BETA") == "1"
+ enable_layering_check = repository_ctx.os.environ.get("APPLE_SUPPORT_LAYERING_CHECK_BETA") != "0"
133
134
env = repository_ctx.os.environ
135
should_disable = _DISABLE_ENV_VAR in env and env[_DISABLE_ENV_VAR] == "1"
0 commit comments