We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a02e9c commit 8b06cefCopy full SHA for 8b06cef
scripts/travis-emscripten/install_deps.sh
@@ -39,7 +39,7 @@ test "$(shasum boost.tar.xz)" = "77e73c9fd7bf85b14067767b9e8fdc39b49ee0f2 boost
39
tar -xzf boost.tar.xz
40
rm boost.tar.xz
41
cd boost_1_67_0
42
-./bootstrap.sh
+./bootstrap.sh --with-toolset=gcc
43
wget -q 'https://raw.githubusercontent.com/tee3/boost-build-emscripten/master/emscripten.jam'
44
test "$(shasum emscripten.jam)" = "a7e13fc2c1e53b0e079ef440622f879aa6da3049 emscripten.jam"
45
echo "using emscripten : : em++ ;" >> project-config.jam
0 commit comments