aboutsummaryrefslogtreecommitdiff
path: root/third_party/lzma.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-03-16 18:58:07 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-03-16 18:58:07 -0700
commit16c196ec3f5e4bf39305b71b376e417f6ec4a3be (patch)
tree7fd5dfecaace10a0c04d7665c2f1b5bb92d997bd /third_party/lzma.js
parent02aec299453670c5fb2a8aa9f24e426ffdc5c9d8 (diff)
modify lzma.js to just build natively for us here
Diffstat (limited to 'third_party/lzma.js')
-rwxr-xr-xthird_party/lzma.js/doit.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/lzma.js/doit.sh b/third_party/lzma.js/doit.sh
index 44a3941e..a8071534 100755
--- a/third_party/lzma.js/doit.sh
+++ b/third_party/lzma.js/doit.sh
@@ -5,6 +5,8 @@ make clean
DECODER_ONLY=0 make lzip -j 4 # native build
mv lzip ../lzma-native
+exit # just build natively, that's it
+
echo "bitcode full (encoder+decoder)"
make clean
DECODER_ONLY=0 ~/Dev/emscripten/emmake make lzip -j 4