gdb: Use python executable for detecting python.

This commit is contained in:
Alexpux
2014-03-16 10:46:54 +04:00
parent d97835f61c
commit efc2902b50

View File

@@ -5,7 +5,7 @@ _mingw_suff=mingw-w64-${CARCH}
_gcc_ver=4.8.2
pkgname=("${_mingw_suff}-${_realname}")
pkgver=7.7
pkgrel=3
pkgrel=4
pkgdesc="GNU Debugger (mingw-w64)"
arch=('any')
url="http://www.gnu.org/software/gdb/"
@@ -73,7 +73,7 @@ build() {
--disable-win32-registry \
--disable-rpath \
--with-system-gdbinit=${MINGW_PREFIX}/etc/gdbinit \
--with-python=${MINGW_PREFIX}/bin/python-config.sh \
--with-python=${MINGW_PREFIX}/bin/python2 \
--with-expat \
--with-libiconv-prefix=${MINGW_PREFIX} \
--with-zlib \