Skip to content

Commit

Permalink
fixup! Merge branch 'release-6.4.0' into ks/6.4.0-add-visionos-support
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith committed Sep 8, 2023
1 parent ac05837 commit 51d337b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/starlark/builtins_bzl/common/cc/cc_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def make_cc_test(with_linkstatic = False, with_aspects = False):
"@" + paths.join(semantics.get_platforms_root(), "os:ios"),
"@" + paths.join(semantics.get_platforms_root(), "os:macos"),
"@" + paths.join(semantics.get_platforms_root(), "os:tvos"),
"@" + paths.join(semantics.get_platforms_root(), "os:visionos"),
"@" + paths.join(semantics.get_platforms_root(), "os:watchos"),
],
),
Expand Down

0 comments on commit 51d337b

Please sign in to comment.