Skip to content

Commit f3ab794

Browse files
allevatocopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 882133849 Change-Id: I29cf904dc8374cf56c5b6d9e176b3af3e813a336
1 parent efdd618 commit f3ab794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/osx/xcode_version_flag.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def _xcode_version_flag_impl(ctx):
7272
value = _strip_version(xcode_version)
7373
elif precision == "exact":
7474
value = str(xcode_version)
75+
7576
else:
7677
num_components = _VERSION_PRECISION_COMPONENTS[precision]
7778
value = _strip_or_pad_version(xcode_version, num_components)

0 commit comments

Comments
 (0)