diff --git a/setup/env.sh b/setup/env.sh index f9c3fc4..7df7b97 100644 --- a/setup/env.sh +++ b/setup/env.sh @@ -296,6 +296,10 @@ if [ "${CROSS_COMPILING}" -eq 1 ]; then fi fi +if [ -n "${PAWPAW_DEBUG}" ] && [ "${PAWPAW_DEBUG}" -eq 1 ]; then + MAKE_ARGS+=" DEBUG=true" +fi + if [ "${MACOS}" -eq 1 ]; then MAKE_ARGS+=" MACOS=true" if [ "${MACOS_UNIVERSAL}" -eq 1 ]; then diff --git a/setup/versions.sh b/setup/versions.sh index 3cfc637..6ec3d2b 100644 --- a/setup/versions.sh +++ b/setup/versions.sh @@ -119,7 +119,7 @@ FLUIDSYNTH_URL=https://github.com/FluidSynth/fluidsynth.git MXML_VERSION=3.3.1 MXML_URL=https://github.com/michaelrsweet/mxml/releases/download/v${MXML_VERSION} -CARLA_VERSION=658b5e30c6457fe9ef9a839e06a49912bb4feee2 # 2.5.1~ +CARLA_VERSION=73ddea269b927770a338d352a0d0db20aad87624 # 2.6.x CARLA_URL=https://github.com/falkTX/Carla.git # ---------------------------------------------------------------------------------------------------------------------