Another wasm-noopt fix
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
61796c3179
commit
78e2b8af59
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue