|
|
@@ -204,6 +204,13 @@ if [ "${MACOS}" -eq 0 ]; then |
|
|
|
build_autoconf libffi "${LIBFFI_VERSION}" |
|
|
|
fi |
|
|
|
|
|
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
|
# wine bootstrap for python (needed for cross-compilation) |
|
|
|
|
|
|
|
if [ "${WIN32}" -eq 1 ] && [ -n "${EXE_WRAPPER}" ]; then |
|
|
|
env WINEARCH="${PAWPAW_TARGET}" WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -u |
|
|
|
fi |
|
|
|
|
|
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
|
# python |
|
|
|
|
|
|
|