Skip to content

Commit

Permalink
Minor bug in runtime script.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 11, 2024
1 parent 9632ba2 commit 9a982a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/metacall-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ sub_python(){
cd $ROOT_DIR

if [ "${BUILD_TYPE}" = "Debug" ]; then
sub_apt_install_hold python3-dbg libpython3-dbg
sub_apt_install_hold libpython3-dbg
else
sub_apt_install_hold python3
sub_apt_install_hold libpython3-dev
fi
}

Expand Down

0 comments on commit 9a982a1

Please sign in to comment.