Browse Source

Fixes for carla bootstrap

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.1
falkTX 4 years ago
parent
commit
62ecb615a8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 8 additions and 1 deletions
  1. +7
    -0
      bootstrap-carla.sh
  2. +0
    -1
      patches/pyliblo/win32
  3. +1
    -0
      patches/pyliblo/win32/01_python3.7+-support.patch
  4. +0
    -0
      patches/pyliblo/win32/02_win32-build-fix.patch

+ 7
- 0
bootstrap-carla.sh View File

@@ -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



+ 0
- 1
patches/pyliblo/win32 View File

@@ -1 +0,0 @@
common

+ 1
- 0
patches/pyliblo/win32/01_python3.7+-support.patch View File

@@ -0,0 +1 @@
../common/01_python3.7+-support.patch

patches/pyliblo/common/02_win32-build-fix.patch → patches/pyliblo/win32/02_win32-build-fix.patch View File


Loading…
Cancel
Save