Removed python version option in base/gdb

This commit is contained in:
PktSurf 2022-09-25 14:41:56 +05:30
parent 081ecb4d39
commit f242e70a33

View file

@ -26,8 +26,7 @@ build() {
--disable-werror \ --disable-werror \
--with-system-readline \ --with-system-readline \
--with-system-zlib \ --with-system-zlib \
--disable-sim \ --disable-sim
--with-python=/bin/python3
make make
make install DESTDIR=$pkg make install DESTDIR=$pkg