Skip to content

Commit 8c17f0f

Browse files
committed
[Build System] Support host target prefix in symbols package
(cherry picked from commit 6c89aa0)
1 parent ad727b4 commit 8c17f0f

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)