Tweaks for MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3184fdbba9
commit
6b9e32aa7b
3 changed files with 5 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue