Cleanup for things moved into DPF

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-06 15:51:21 +02:00
parent b51041ac48
commit e463fa4dfb
3 changed files with 6 additions and 8 deletions

View file

@ -801,7 +801,7 @@ jobs:
source ~/PawPawBuilds/emsdk/emsdk_env.sh
pushd deps/PawPaw; source local.env wasm; popd
make features
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc)
make CIBUILD=true HAVE_LIBLO=false NOOPT=true -j $(nproc)
- name: Make wasm versioned and compress
if: steps.cache.outputs.cache-hit == 'true'
run: |
@ -888,8 +888,8 @@ jobs:
# FIXME send patch upstream, assuming this works..
sed -i -e 's/defined(__riscv)/defined(__riscv) || defined(__EMSCRIPTEN__)/' plugins/surgext/surge/src/common/globals.h
make features
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc)
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc) -C src/CardinalMiniSep modgui
make CIBUILD=true HAVE_LIBLO=false NOOPT=true -j $(nproc)
make CIBUILD=true HAVE_LIBLO=false NOOPT=true -j $(nproc) -C src/CardinalMiniSep modgui
- name: Make wasm-noopt versioned and compress
if: steps.cache.outputs.cache-hit == 'true'
run: |