extra/boost fix

This commit is contained in:
Kevin Mihelich 2013-12-07 18:02:59 +00:00
parent 6b7c57f1f2
commit e4a402bd1e

View file

@ -32,6 +32,7 @@ prepare() {
# Add an extra python version. This does not replace anything and python 2.x need to be the default.
echo "using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : /usr/lib ;" >> ./tools/build/v2/user-config.jam
}
build() {
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"