File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 1- build --enable_platform_specific_config
2- build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
3- build:macos --crosstool_top=@local_config_apple_cc//:toolchain
4- build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
5-
61build:windows --cpu=x64_windows
72build:windows --compiler=mingw-gcc
83
Original file line number Diff line number Diff line change @@ -165,17 +165,3 @@ http_archive(
165165load ("@io_bazel_stardoc//:setup.bzl" , "stardoc_repositories" )
166166
167167stardoc_repositories ()
168-
169- # For testing objc_library interop, users should not need to install it
170- http_archive (
171- name = "build_bazel_apple_support" ,
172- sha256 = "77a121a0f5d4cd88824429464ad2bfb54bdc8a3bccdb4d31a6c846003a3f5e44" ,
173- url = "https://github.com/bazelbuild/apple_support/releases/download/1.4.1/apple_support.1.4.1.tar.gz" ,
174- )
175-
176- load (
177- "@build_bazel_apple_support//lib:repositories.bzl" ,
178- "apple_support_dependencies" ,
179- )
180-
181- apple_support_dependencies ()
You can’t perform that action at this time.
0 commit comments