Skip to content

Commit

Permalink
Fix Swift host symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 27, 2024
1 parent e126484 commit 634cb61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/build-scripts/build-host-swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ do
if [ ! -d "$BUILDROOT_OUTPUT_ARCH/build/host-swift-6.0.3" ]; then
echo "Generating host tools symlink for $i"
ln -s ../../$SWIFT_TARGET_ARCH/build/host-swift-6.0.3 ./host-swift-6.0.3
rm $BUILDROOT_OUTPUT_ARCH/build/host-swift-6.0.3/.stamp_host_installed
fi
fi
done

0 comments on commit 634cb61

Please sign in to comment.