Skip to content

Commit 196e696

Browse files
authored
Fix typo: macsox -> macosx
Progress towards fixing macOS toolchain builds.
1 parent 7c34fa5 commit 196e696

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/tensorflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def install(self, host_target):
188188
_get_tensorflow_library(host_target)
189189

190190
subdir = None
191-
if host_target.startswith('macsox'):
191+
if host_target.startswith('macosx'):
192192
subdir = 'macosx'
193193
if host_target.startswith('linux'):
194194
subdir = 'linux'

0 commit comments

Comments
 (0)