From f242e70a33a176e3f3ce3ba20ad7dcd09bd3d830 Mon Sep 17 00:00:00 2001 From: PktSurf Date: Sun, 25 Sep 2022 14:41:56 +0530 Subject: [PATCH] Removed python version option in base/gdb --- base/gdb/gdb.SMBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/gdb/gdb.SMBuild b/base/gdb/gdb.SMBuild index 7285e38..9aef9ea 100755 --- a/base/gdb/gdb.SMBuild +++ b/base/gdb/gdb.SMBuild @@ -26,8 +26,7 @@ build() { --disable-werror \ --with-system-readline \ --with-system-zlib \ - --disable-sim \ - --with-python=/bin/python3 + --disable-sim make make install DESTDIR=$pkg