boost: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-09-13 12:01:58 +02:00
parent 9ab2c87eba
commit 7e3215fd96

View File

@ -66,13 +66,13 @@ make_target() {
makeinstall_target() { makeinstall_target() {
$ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc link=static \ $ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc link=static \
--prefix=$SYSROOT_PREFIX/usr \ --prefix=$SYSROOT_PREFIX/usr \
--ignore-site-config \ --ignore-site-config \
--layout=system \ --layout=system \
--with-thread \ --with-thread \
--with-iostreams \ --with-iostreams \
--with-system \ --with-system \
--with-serialization \ --with-serialization \
--with-filesystem \ --with-filesystem \
--with-regex -sICU_PATH="$SYSROOT_PREFIX/usr" \ --with-regex -sICU_PATH="$SYSROOT_PREFIX/usr" \
install install
} }