Skip to content

Commit

Permalink
Fix ams-lv2 and chow-centaur
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jan 2, 2024
1 parent b7ecce1 commit fa671dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,16 @@ PLUGINS += artyfx
PLUGINS += bolliedelay
PLUGINS += caps-lv2
PLUGINS += carla-plugins
ifneq ($(LINUX),true)
# crashing linux https://github.com/moddevices/mod-app/actions/runs/7386470509/job/20093130067
PLUGINS += chow-centaur
endif
PLUGINS += die-plugins
PLUGINS += dpf-plugins
PLUGINS += dragonfly-reverb
PLUGINS += fomp
PLUGINS += gxquack
PLUGINS += invada-lv2
PLUGINS += mod-ams-lv2
PLUGINS += mod-arpeggiator
# build issues https://github.com/moddevices/mod-app/actions/runs/7389134263/job/20101349808
# PLUGINS += mod-arpeggiator
PLUGINS += mod-audio-mixers
PLUGINS += mod-convolution-loader
PLUGINS += mod-cv-plugins
Expand Down
2 changes: 1 addition & 1 deletion src/PawPaw
Submodule PawPaw updated 2 files
+4 −0 setup/env.sh
+1 −1 setup/versions.sh
2 changes: 1 addition & 1 deletion src/mod-plugin-builder
4 changes: 3 additions & 1 deletion utils/plugin-builder/validate-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ export MOD_KEYS_PATH="$(convert_path ${DOCS_DIR}/MOD App/keys/)"
export MOD_USER_FILES_DIR="$(convert_path ${DOCS_DIR}/MOD App/user-files)"
export WINEDEBUG=-all

set -e
if [ -z "${PAWPAW_DEBUG}" ] || [ "${PAWPAW_DEBUG}" -eq 0 ]; then
set -e
fi

mkdir -p "${DOCS_DIR}/MOD App/keys"
mkdir -p "${DOCS_DIR}/MOD App/user-files/Audio Recordings"
Expand Down

0 comments on commit fa671dd

Please sign in to comment.