diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-05-22 15:53:25 -0400 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-05-22 15:53:30 -0400 |
commit | 526a22f219c17c4368ca9b71a80912252793da0e (patch) | |
tree | e71375aa9d2be91a17e2fe558b57f09fdbd35ddc /third_party | |
parent | b7ce870dd4b1352e308e212e77cd6161c1ec904e (diff) |
Use clang when building native lzma
This fixes issue #437.
Diffstat (limited to 'third_party')
-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 |