Skip to content

Commit

Permalink
Remove legacy toolchain config flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Dec 22, 2023
1 parent 4d9cbe1 commit 09fbd70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Enable Bzlmod for every Bazel command
common --enable_bzlmod

## Toolchain
build --enable_platform_specific_config
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain

## BUILD

build --macos_minimum_os=13
Expand Down

0 comments on commit 09fbd70

Please sign in to comment.