Skip to content

Commit bf24883

Browse files
texasmichellexihui-wu
authored andcommitted
Exclude foundation-build-dir arg
1 parent 0377221 commit bf24883

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

utils/swift_build_support/swift_build_support/products/swiftpm.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ def run_bootstrap_script(self, action, host_target, additional_params=[]):
7373
build_root, '%s-%s' % ("libdispatch", host_target))
7474

7575
# SWIFT_ENABLE_TENSORFLOW
76-
# Don't pass in this arg since it interferes with yams.
76+
# Don't pass in these args since they interfere with yams.
7777
# if os.path.exists(dispatch_build_dir):
7878
# helper_cmd += [
7979
# "--dispatch-build-dir", dispatch_build_dir
8080
# ]
81-
# SWIFT_ENABLE_TENSORFLOW END
8281

8382
# Pass Foundation directory down if we built it
8483
foundation_build_dir = os.path.join(
8584
build_root, '%s-%s' % ("foundation", host_target))
8685

87-
if os.path.exists(foundation_build_dir):
88-
helper_cmd += [
89-
"--foundation-build-dir", foundation_build_dir
90-
]
86+
# if os.path.exists(foundation_build_dir):
87+
# helper_cmd += [
88+
# "--foundation-build-dir", foundation_build_dir
89+
# ]
90+
# SWIFT_ENABLE_TENSORFLOW END
9191

9292
# Pass Cross compile host info
9393
if self.has_cross_compile_hosts(self.args):

0 commit comments

Comments
 (0)