boost: fix python config

This commit is contained in:
Lukas Rusak 2018-01-02 12:47:26 -08:00
parent a2a585a745
commit 63d3214805
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

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() {