Merge pull request #2374 from lrusak/boost-fix

boost: fix python config
This commit is contained in:
MilhouseVH 2018-01-03 10:41:44 +00:00 committed by GitHub
commit 0b2193e4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,8 @@ configure_target() {
echo "using gcc : `$CC -v 2>&1 | tail -n 1 |awk '{print $3}'` : $CC : <compileflags>\"$CFLAGS\" <linkflags>\"$LDFLAGS\" ;" \
> tools/build/src/user-config.jam
echo "using python : ${PKG_PYTHON_VERSION/#python} : $TOOLCHAIN : $SYSROOT_PREFIX/usr/include : $SYSROOT_PREFIX/usr/lib ;" \
>> tools/build/src/user-config.jam
}
makeinstall_target() {