2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham

[SVN r67462]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2010-12-26 22:42:32 +00:00
parent b1427e4090
commit 1e66eda291

View File

@@ -34,7 +34,6 @@
# http://boost.org/boost-build2/doc/html/bbv2/advanced.html#bbv2.advanced.jam_language
#
# ------------------
# GCC configuration.
# ------------------
@@ -84,3 +83,10 @@
# Configure with an explicit installation prefix.
# using qt : /usr/opt/qt ;
# ---------------------
# Python configuration.
# ---------------------
# Configure specific Python version.
# using python : 3.1 : /usr/bin/python3 : /usr/include/python3.1 : /usr/lib ;