Skip to content

Commit

Permalink
ignore the externals directory when running bazel build with a glob
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Sep 29, 2024
1 parent 8192dbb commit 98d9a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
common --action_env=BAZEL_CXXOPTS=-std=c++17
common --cxxopt='-std=c++17'
common --deleted_packages=externals
build:macos --apple_platform_type=macos
build:macos --macos_minimum_os=10.13
build:macos --macos_sdk_version=10.13
Expand Down

0 comments on commit 98d9a68

Please sign in to comment.