Skip to content

Commit 71aca37

Browse files
authored
Merge pull request #2100 from swiftwasm/katei/fix-installer-main-branch
Fix postinstall script to create swift-latest.xctoolchain symlink for swiftwasm branch
2 parents 0530639 + ef3d4a1 commit 71aca37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/darwin-installer-scripts/postinstall

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
INSTALLED_TOOLCHAIN=$2
1515

16-
ln -fs "${INSTALLED_TOOLCHAIN}" "${INSTALLED_TOOLCHAIN%/*}/swift-latest"
16+
ln -fs "${INSTALLED_TOOLCHAIN}" "${INSTALLED_TOOLCHAIN%/*}/swift-latest.xctoolchain"

0 commit comments

Comments
 (0)