aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-05-22 15:53:25 -0400
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-05-22 15:53:30 -0400
commit526a22f219c17c4368ca9b71a80912252793da0e (patch)
treee71375aa9d2be91a17e2fe558b57f09fdbd35ddc /third_party
parentb7ce870dd4b1352e308e212e77cd6161c1ec904e (diff)
Use clang when building native lzma
This fixes issue #437.
Diffstat (limited to 'third_party')
-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 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