Changeset c2057016
- Timestamp:
- 01/24/2016 07:59:56 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5fb8f4e1
- Parents:
- ff8b4c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/boost.xml
rff8b4c9 rc2057016 91 91 92 92 <para> 93 If you want Boost to use Python3 instead of Python2, fix a bug with94 the header files path:95 </para> 96 97 <screen><userinput>sed "/include.*python.*version/s/ ;/m ;/" -i tools/build/src/tools/python.jam</userinput></screen>93 First, fix a bug with the header files path, when Python3 is used: 94 </para> 95 96 <screen><userinput>sed -e 's@using python[^;]*@&: /usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} @' \ 97 -i bootstrap.sh</userinput></screen> 98 98 99 99 <para>
Note:
See TracChangeset
for help on using the changeset viewer.