From 9635bba8e7057517204bd37d61d24dea49f51fc0 Mon Sep 17 00:00:00 2001 From: Alex Kramer Date: Mon, 14 Mar 2022 12:18:38 -0700 Subject: [PATCH] Update installUbuntuWeb.sh --- usher-port/installUbuntuWeb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usher-port/installUbuntuWeb.sh b/usher-port/installUbuntuWeb.sh index c6c04a5..6f95eec 100755 --- a/usher-port/installUbuntuWeb.sh +++ b/usher-port/installUbuntuWeb.sh @@ -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)