Removed python version option in base/gdb
This commit is contained in:
parent
081ecb4d39
commit
f242e70a33
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue