diff options
author | Chad Austin <chad@imvu.com> | 2013-05-03 11:48:50 -0700 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-05-17 12:56:40 -0700 |
commit | 7f83ab2926947fda7181a7e67e76425f02da19c4 (patch) | |
tree | 1b306772b34c114c1f6b2db299d43bb468800a18 /tests/embind | |
parent | 31d6f4e7bf3b20be1a64ee481398910239174122 (diff) |
switch to this emscripten for building the benchmark, now that imvu's emscripten is rebased on top of upstream
Diffstat (limited to 'tests/embind')
-rw-r--r-- | tests/embind/build_benchmark | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/embind/build_benchmark b/tests/embind/build_benchmark index 6faad18b..3d5d816b 100644 --- a/tests/embind/build_benchmark +++ b/tests/embind/build_benchmark @@ -1,2 +1,2 @@ #!/bin/bash -EMCC_LLVM_TARGET=le32-unknown-nacl ~/projects/emscripten/emcc --minify 0 --bind --post-js embind.benchmark.js -O2 --shell-file shell.html -o embind_benchmark.html embind_benchmark.cpp +EMCC_LLVM_TARGET=le32-unknown-nacl ../../emcc --minify 0 --bind --post-js embind.benchmark.js -O2 --shell-file shell.html -o embind_benchmark.html embind_benchmark.cpp |