Skip to content

Commit

Permalink
update scripts/build/python_virtualenv_update.sh.
Browse files Browse the repository at this point in the history
Signed-off-by: donghufeng <[email protected]>
  • Loading branch information
donghufeng authored and gitee-org committed Mar 28, 2024
1 parent e50b340 commit 510a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/python_virtualenv_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [[ "${created_venv:-0}" -eq 1 || "${do_update_venv:-0}" -eq 1 ]]; then
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
pkgs+=(auditwheel)
elif [[ "$OSTYPE" == "darwin"* ]]; then
pkgs+=(delocate)
pkgs+=("delocate==0.10.7")
fi

if [ "${cmake_from_venv:-0}" -eq 1 ]; then
Expand Down

0 comments on commit 510a352

Please sign in to comment.