Another wasm-noopt fix

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-02-24 19:58:17 +01:00
parent 61796c3179
commit 78e2b8af59
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -891,6 +891,8 @@ jobs:
run: |
source ~/PawPawBuilds/emsdk/emsdk_env.sh
pushd deps/PawPaw; source local.env wasm; popd
# 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