diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index c55221ff1b..982446c068 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -143,7 +143,7 @@ BOOST_PARALLEL_MAKE = "${@get_boost_parallel_make(d)}" | |||
143 | BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \ | 143 | BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \ |
144 | ${BJAM_TOOLS} \ | 144 | ${BJAM_TOOLS} \ |
145 | -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \ | 145 | -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \ |
146 | --builddir=${S}/${TARGET_SYS} \ | 146 | --build-dir=${S}/${TARGET_SYS} \ |
147 | --disable-icu \ | 147 | --disable-icu \ |
148 | ${BJAM_EXTRA}' | 148 | ${BJAM_EXTRA}' |
149 | 149 | ||