Skip to content

Commit

Permalink
Update installUbuntuWeb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amkram authored Mar 14, 2022
1 parent 1f0b19c commit 9635bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usher-port/installUbuntuWeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ path_boost_zlib=$(readlink -f stage/lib/libboost_zlib.a)
cd ..

# TBB (ported)
wget https://github.com/amkram/oneTBB-2019-wasm/archive/refs/tags/v1.0.tar.gz
tar xzf v1.0.tar.gz
cd oneTBB-2019-wasm-1.0
wget https://github.com/amkram/oneTBB-2019-wasm/archive/refs/tags/v1.1.tar.gz
tar xzf v1.1.tar.gz
cd oneTBB-2019-wasm-1.1
tbb_includes=$(readlink -f include)
emmake make -j8
path_tbb=$(readlink -f build/linux_wasm32_gcc_emscripten_wasm32_release/libtbb.so.2)
Expand Down

0 comments on commit 9635bba

Please sign in to comment.