mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32: Explicitly disable python support of ktoblzcheck.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16664 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4a0d206782
commit
8ad7d059ae
@ -843,7 +843,8 @@ function inst_ktoblzcheck() {
|
||||
# circumvent binreloc bug, http://trac.autopackage.org/ticket/28
|
||||
./configure ${HOST_XCOMPILE} \
|
||||
--prefix=${_GWENHYWFAR_UDIR} \
|
||||
--disable-binreloc
|
||||
--disable-binreloc \
|
||||
--disable-python
|
||||
make
|
||||
[ "$CROSS_COMPILE" != "yes" ] && make check
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user