diff --git a/autobuild.sh b/autobuild.sh index 3735e7e32de267cc922ec282fff888c441d62d0c..1c289b41049049da412fd7aacffb75c4d2088e91 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -75,7 +75,8 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then --host=i686-pc-mingw32 \ --prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \ --enable-compile-warnings=error \ - --without-libvirtd + --without-libvirtd \ + --without-python make make install