Skip to content

Commit 47869ea

Browse files
committed
try fixing apple support
1 parent fc2a89d commit 47869ea

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ bazel_dep(name = "llvm", version = "0.7.8")
88

99
register_toolchains("@llvm//:all")
1010

11+
# Apple compilation support.
12+
# Note this requires full xcode, not just commandline tools
13+
#
14+
# Tested with:
15+
#
16+
# $ /usr/bin/xcodebuild -version
17+
# Xcode 16.2
18+
# Build version 16C5032a
19+
bazel_dep(name = "apple_support", version = "2.5.4", repo_name = "build_bazel_apple_support")
20+
bazel_dep(name = "rules_apple", version = "4.5.3")
21+
1122
# Gazelle puglin for BUILD file autogeneration
1223
bazel_dep(name = "gazelle", version = "0.47.0")
1324

0 commit comments

Comments
 (0)