mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/boost fix
This commit is contained in:
parent
6b7c57f1f2
commit
e4a402bd1e
1 changed files with 1 additions and 0 deletions
|
@ -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})"
|
||||
|
|
Loading…
Reference in a new issue