|
|
@@ -22,6 +22,14 @@ export PAWPAW_SKIP_SAMPLERATE=1 |
|
|
|
|
|
|
|
./bootstrap-common.sh "${target}" |
|
|
|
|
|
|
|
# on Windows, we just build the whole thing |
|
|
|
if [ "${target}" = "win32" ] || [ "${target}" = "win64" ]; then |
|
|
|
./bootstrap-carla.sh "${target}" |
|
|
|
exit 0 |
|
|
|
fi |
|
|
|
|
|
|
|
# otherwise we build a very tiny set of dependencies |
|
|
|
|
|
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
|
# source setup code |
|
|
|
|
|
|
|