Skip to content

Commit

Permalink
fix: no need copy lib for non-cpp ext
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Jan 7, 2025
1 parent 39e6bce commit cfdd489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/scripts/install_deps_and_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build_cxx_extensions() {
fi
if [[ ! -d $extension/lib ]]; then
echo "No output for extension $extension_name."
# exit 1
continue
fi

mkdir -p $app_dir/ten_packages/extension/$extension_name/lib
Expand Down

0 comments on commit cfdd489

Please sign in to comment.