Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gdb: Enable Python ABI
Enable Python ABI. This is useful for kernel debugging, the linux source
includes some gdb extensions written in Python.
  • Loading branch information
donald committed Sep 24, 2019
1 parent ab6dc93 commit a0faf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdb.be0
Expand Up @@ -20,7 +20,7 @@ SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"
#}

mee_configure() {
bee_configure --with-python=no
bee_configure --with-python=/usr/local/system/python2
}

#mee_build() {
Expand Down

0 comments on commit a0faf97

Please sign in to comment.