Skip to content

Commit 8b06cef

Browse files
committed
Attempt to fix boost build.
1 parent 0a02e9c commit 8b06cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis-emscripten/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test "$(shasum boost.tar.xz)" = "77e73c9fd7bf85b14067767b9e8fdc39b49ee0f2 boost
3939
tar -xzf boost.tar.xz
4040
rm boost.tar.xz
4141
cd boost_1_67_0
42-
./bootstrap.sh
42+
./bootstrap.sh --with-toolset=gcc
4343
wget -q 'https://raw.githubusercontent.com/tee3/boost-build-emscripten/master/emscripten.jam'
4444
test "$(shasum emscripten.jam)" = "a7e13fc2c1e53b0e079ef440622f879aa6da3049 emscripten.jam"
4545
echo "using emscripten : : em++ ;" >> project-config.jam

0 commit comments

Comments
 (0)