Skip to content

Commit

Permalink
Symlink to LLVM 16
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 26, 2024
1 parent 3e26685 commit 54c015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/library-scripts/install-swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
if [ ! -d "$SWIFT_LLVM_DIR" ]; then
echo "Install LLVM"
# Symlink to system LLVM
ln -s /usr/lib/llvm-15 $SWIFT_LLVM_DIR
ln -s /usr/lib/llvm-16 $SWIFT_LLVM_DIR
fi

# Clone Swift StdLib dependencies
Expand Down

0 comments on commit 54c015e

Please sign in to comment.