Browse Source

Update Carla

tags/v2.3.0-RC1
falkTX 2 years ago
parent
commit
a2b0f0e729
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      Carla
  2. +3
    -0
      build.sh

+ 1
- 1
Carla

@@ -1 +1 @@
Subproject commit b3bd0550d9a33c83d51b893d6468894b4ced0602
Subproject commit 9ccc9acbea8a4f719df779199a7d518499553c06

+ 3
- 0
build.sh View File

@@ -109,6 +109,9 @@ make EXTERNAL_PLUGINS=false NOOPT=true ${MAKE_ARGS} posix32
elif [ "${WIN64}" -eq 1 ]; then
make EXTERNAL_PLUGINS=false NOOPT=true ${MAKE_ARGS} win32r
fi
make dist ${MAKE_ARGS} TESTING=true -j 1
make dist ${MAKE_ARGS} TESTING=true -j 1
make dist ${MAKE_ARGS} TESTING=true -j 1
make dist ${MAKE_ARGS} -j 1
popd



Loading…
Cancel
Save