Skip to content

Commit 9a982a1

Browse files
committed
Minor bug in runtime script.
1 parent 9632ba2 commit 9a982a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/metacall-runtime.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ sub_python(){
9393
cd $ROOT_DIR
9494

9595
if [ "${BUILD_TYPE}" = "Debug" ]; then
96-
sub_apt_install_hold python3-dbg libpython3-dbg
96+
sub_apt_install_hold libpython3-dbg
9797
else
98-
sub_apt_install_hold python3
98+
sub_apt_install_hold libpython3-dev
9999
fi
100100
}
101101

0 commit comments

Comments
 (0)