Skip to content

Commit 8dd08e7

Browse files
authored
Merge pull request swiftlang#32764 from apple/fix-symbols-dir-5.3
[5.3] [Build System] Support host target prefix in symbols package
2 parents 84ada6d + 8c17f0f commit 8dd08e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ def main_normal():
12501250

12511251
if platform.system() == 'Darwin':
12521252
prefix = targets.darwin_toolchain_prefix(args.install_prefix)
1253+
prefix = os.path.join(args.host_target, prefix.lstrip('/'))
12531254
else:
12541255
prefix = args.install_prefix
12551256

0 commit comments

Comments
 (0)