diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-23 04:58:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-23 04:58:37 -0700 |
commit | 32aec0b0c66b9415b92ab94c6e14d2ce773187b9 (patch) | |
tree | e71375aa9d2be91a17e2fe558b57f09fdbd35ddc | |
parent | b7ce870dd4b1352e308e212e77cd6161c1ec904e (diff) | |
parent | 526a22f219c17c4368ca9b71a80912252793da0e (diff) |
Merge pull request #439 from ehsan/issue_437
Fix issue #437
-rwxr-xr-x | third_party/lzma.js/doit.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/lzma.js/doit.sh b/third_party/lzma.js/doit.sh index 1fe516b3..1f530651 100755 --- a/third_party/lzma.js/doit.sh +++ b/third_party/lzma.js/doit.sh @@ -1,5 +1,7 @@ cd lzip +export CXX=`../../../em-config LLVM_ROOT`/clang++ + echo "native" make clean DECODER_ONLY=0 make lzip -j 4 # native build |