Skip to content

Commit 86f7dc0

Browse files
committed
Making emscripten work
1 parent 3f8e5b3 commit 86f7dc0

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

scripts/build_scripts/build_empscripten.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
set -e
3+
rm -rf lib* Test* tests* include tests scalmc* CM* cmake* approxmc* apx-src
4+
emcmake cmake -DCMAKE_INSTALL_PREFIX=$EMINSTALL ..
5+
emmake make -j16
6+
emmake make install

0 commit comments

Comments
 (0)