Skip to content

Commit e07df26

Browse files
authored
Merge pull request #32763 from apple/fix-symbols-dir-master
[Build System] Support host target prefix in symbols package
2 parents 81b37cc + 6c89aa0 commit e07df26

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
@@ -1334,6 +1334,7 @@ def main_normal():
13341334

13351335
if platform.system() == 'Darwin':
13361336
prefix = targets.darwin_toolchain_prefix(args.install_prefix)
1337+
prefix = os.path.join(args.host_target, prefix.lstrip('/'))
13371338
else:
13381339
prefix = args.install_prefix
13391340

0 commit comments

Comments
 (0)