Skip to content

Commit

Permalink
fix build dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
jueseitz committed Aug 2, 2024
1 parent 0035cb3 commit 873ebc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
--with-minimum --with-http=no --with-ftp=no --with-catalog=no \
--with-python=no --with-threads=no \
--with-output --with-c14n --with-zlib=no \
--with-schemas --with-schematron
--with-schemas --with-schematron --host=wasm32-unknown-emscripten
emmake make
- name: raxb validate WASM compile
working-directory: .
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ emconfigure ../libxml2/configure --disable-shared \
--with-minimum --with-http=no --with-ftp=no --with-catalog=no \
--with-python=no --with-threads=no \
--with-output --with-c14n --with-zlib=no \
--with-schemas --with-schematron
--with-schemas --with-schematron --host=wasm32-unknown-emscripten
emmake make
popd
./scripts/build.sh
2 changes: 1 addition & 1 deletion scripts/build-libxml2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ emconfigure ../libxml2/configure --disable-shared \
--with-minimum --with-http=no --with-ftp=no --with-catalog=no \
--with-python=no --with-threads=no \
--with-output --with-c14n --with-zlib=no \
--with-schemas --with-schematron
--with-schemas --with-schematron --host=wasm32-unknown-emscripten
emmake make

0 comments on commit 873ebc4

Please sign in to comment.