Skip to content

Commit 3687d84

Browse files
authored
Merge pull request #1424 from swiftwasm/release/5.3
[pull] swiftwasm-release/5.3 from release/5.3
2 parents 1b260a1 + 8dd08e7 commit 3687d84

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

12661266
if platform.system() == 'Darwin':
12671267
prefix = targets.darwin_toolchain_prefix(args.install_prefix)
1268+
prefix = os.path.join(args.host_target, prefix.lstrip('/'))
12681269
else:
12691270
prefix = args.install_prefix
12701271

0 commit comments

Comments
 (0)