diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 928883e..94a5b2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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