Tweaks for MOD builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-03-23 17:56:09 +01:00
parent 3184fdbba9
commit 6b9e32aa7b
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 3 deletions

View file

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

View file

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

2
dpf

@ -1 +1 @@
Subproject commit 370af7f263dd39cd926eb6f88ae0d10d74a59cf7
Subproject commit 045b943199393053c606b530fc882661502d53d7