Skip to content

Commit

Permalink
Update examples/ios/BUILD.bazel
Browse files Browse the repository at this point in the history
Co-authored-by: UebelAndre <github@uebelandre.com>
  • Loading branch information
keith and UebelAndre authored Sep 10, 2022
1 parent cc86402 commit 751ef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ios/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust_library(
deps = [":allocator_library"],
)

# This being required is a bug in objc_library, ideally 'main_lib' could depend directly on 'rust_lib'
# TODO(bazelbuild/bazel#15462): This being required is a bug in objc_library, ideally 'main_lib' could depend directly on 'rust_lib'
cc_library(
name = "shim",
tags = ["manual"],
Expand Down

0 comments on commit 751ef17

Please sign in to comment.