Browse Source

Use DEBUG=true for make debug builds, update carla

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 1 year ago
parent
commit
cfa9dc50b3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      setup/env.sh
  2. +1
    -1
      setup/versions.sh

+ 4
- 0
setup/env.sh View File

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


+ 1
- 1
setup/versions.sh View File

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

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


Loading…
Cancel
Save