Skip to content

Commit 0377221

Browse files
texasmichellexihui-wu
authored andcommitted
Remove dispatch-build-dir arg
1 parent 52843ee commit 0377221

File tree

1 file changed

+7
-4
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+7
-4
lines changed

utils/swift_build_support/swift_build_support/products/swiftpm.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,13 @@ def run_bootstrap_script(self, action, host_target, additional_params=[]):
7272
dispatch_build_dir = os.path.join(
7373
build_root, '%s-%s' % ("libdispatch", host_target))
7474

75-
if os.path.exists(dispatch_build_dir):
76-
helper_cmd += [
77-
"--dispatch-build-dir", dispatch_build_dir
78-
]
75+
# SWIFT_ENABLE_TENSORFLOW
76+
# Don't pass in this arg since it interferes with yams.
77+
# if os.path.exists(dispatch_build_dir):
78+
# helper_cmd += [
79+
# "--dispatch-build-dir", dispatch_build_dir
80+
# ]
81+
# SWIFT_ENABLE_TENSORFLOW END
7982

8083
# Pass Foundation directory down if we built it
8184
foundation_build_dir = os.path.join(

0 commit comments

Comments
 (0)