Browse Source

Another build fix

tags/v1.1
falkTX 4 years ago
parent
commit
3db8ed18f6
2 changed files with 8 additions and 0 deletions
  1. +1
    -0
      .travis.yml
  2. +7
    -0
      bootstrap-plugins.sh

+ 1
- 0
.travis.yml View File

@@ -75,6 +75,7 @@ install:
- bash ${TRAVIS_BUILD_DIR}/.travis/install.sh

script:
- rm -rf ${HOME}/PawPawBuilds/builds/macos-universal/die-plugins-6c693aab4bbd8bb7b15b2423202248f66f1990fe
- bash ${TRAVIS_BUILD_DIR}/bootstrap-plugins.sh ${TARGET}
- bash ${TRAVIS_BUILD_DIR}/.cleanup.sh ${TARGET}
- bash ${TRAVIS_BUILD_DIR}/.travis/script.sh


+ 7
- 0
bootstrap-plugins.sh View File

@@ -251,3 +251,10 @@ download carla ${CARLA_VERSION} "https://github.com/falkTX/Carla.git" "" "git"
build_make carla ${CARLA_VERSION} "${CARLA_EXTRAFLAGS}"

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

# ---------------------------------------------------------------------------------------------------------------------

Loading…
Cancel
Save