Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Sep 8, 2023
1 parent 1607f44 commit 3db6f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Unknown CPU: {cpu}. Please update 'apple_support' to the latest version. If \
you are sure you are on the latest version, try 'bazel shutdown' to work \
around a Bazel staleness bug. Finally, if you still encounter this error, \
please file an issue at https://github.com/bazelbuild/apple_support/issues/new
""".format(cpu =ctx.attr.cpu))
""".format(cpu = ctx.attr.cpu))

if ctx.attr.cpu.startswith("darwin_"):
target_libc = "macosx"
Expand Down Expand Up @@ -737,7 +737,7 @@ Unknown CPU: {cpu}. Please update 'apple_support' to the latest version. If \
you are sure you are on the latest version, try 'bazel shutdown' to work \
around a Bazel staleness bug. Finally, if you still encounter this error, \
please file an issue at https://github.com/bazelbuild/apple_support/issues/new
""".format(cpu =ctx.attr.cpu))
""".format(cpu = ctx.attr.cpu))

runtime_root_flags_feature = feature(
name = "runtime_root_flags",
Expand Down

0 comments on commit 3db6f71

Please sign in to comment.