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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user