From 6b9e32aa7b06af40008816d071b5b8591794556a Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 23 Mar 2024 17:56:09 +0100 Subject: [PATCH] Tweaks for MOD builds Signed-off-by: falkTX --- .github/workflows/build.yml | 2 +- Makefile | 4 +++- dpf | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e9624f9..71bec68d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -333,7 +333,7 @@ jobs: run: | ${{ matrix.target == 'nosimd' }} && export PAWPAW_NOSIMD=1 source deps/PawPaw/local.env wasm - make HAVE_LIBLO=false NOOPT=true NOSIMD=${{ matrix.target == 'nosimd' }} -j $(nproc) -C src/CardinalMiniSep modgui + make HAVE_LIBLO=false NOOPT=true NOSIMD=${{ matrix.target == 'nosimd' }} -j $(nproc) modgui - name: Make wasm versioned and compress if: steps.cache.outputs.cache-hit == 'true' shell: bash diff --git a/Makefile b/Makefile index 75292e98..8623ca35 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,6 @@ EXTRA_MOD_FLAGS += -ffat-lto-objects endif MOD_ENVIRONMENT += HEADLESS=true -MOD_ENVIRONMENT += MOD_BUILD=true MOD_ENVIRONMENT += STATIC_BUILD=true # -------------------------------------------------------------- @@ -226,6 +225,9 @@ vst2: carla deps dgl plugins resources vst3: carla deps dgl plugins resources $(MAKE) vst3 -C src $(CARLA_EXTRA_ARGS) +modgui: + $(MAKE) modgui -C src/CardinalMiniSep + # -------------------------------------------------------------- # Packaging standalone for CI diff --git a/dpf b/dpf index 370af7f2..045b9431 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 370af7f263dd39cd926eb6f88ae0d10d74a59cf7 +Subproject commit 045b943199393053c606b530fc882661502d53d7