Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8cb4c16

Browse files
committed
Looks like we need static libs too
1 parentb10dfbb commit8cb4c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎install-boost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ ! -d "${HOME}/${CC}-boost_${BOOST_VERSION}/include" ]; then
66
tar jxf boost_${BOOST_VERSION}.tar.bz2
77
cd boost_${BOOST_VERSION}
88
./bootstrap.sh --with-toolset=$TOOLSET --prefix=${HOME}/${CC}-boost_${BOOST_VERSION}
9-
./b2 --stagedir=. -j2 --layout=tagged variant=debug,release link=shared threading=multi address-model=64 cxxflags='-std=c++11' install>boost-build.log2>&1
9+
./b2 --stagedir=. -j2 --layout=tagged variant=debug,release link=shared,static threading=multi address-model=64 cxxflags='-std=c++11' install>boost-build.log2>&1
1010
cd ..
1111
rm -rf boost_${BOOST_VERSION}
1212
rm -rf boost_${BOOST_VERSION}.tar.bz2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp