Skip to content

Commit

Permalink
do not cp static lib
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Sep 18, 2024
1 parent 69d4529 commit ed61418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ if [ -e $topdir/kclvm/target/release/libkclvm_cli_cdylib.$dll_extension ]; then
touch $install_dir/bin/libkclvm_cli_cdylib.$dll_extension
rm $install_dir/bin/libkclvm_cli_cdylib.$dll_extension
cp $topdir/kclvm/target/release/libkclvm_cli_cdylib.$dll_extension $install_dir/bin/libkclvm_cli_cdylib.$dll_extension
cp $topdir/kclvm/target/release/libkclvm_cli_cdylib.a $install_dir/bin/libkclvm_cli_cdylib.a
fi

## 2. Build KCL language server binary
Expand Down

0 comments on commit ed61418

Please sign in to comment.