mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 11:19:52 +01:00
Issue 1261
This commit is contained in:
parent
7aab452acb
commit
0f64aea102
@ -4,7 +4,7 @@ NEW IN WAF 1.7.10
|
|||||||
* Codelite plugin by Christian Klein
|
* Codelite plugin by Christian Klein
|
||||||
* Validate the versioned library number #1180
|
* Validate the versioned library number #1180
|
||||||
* New export_defines keyword for C/C++/Fortran libraries
|
* New export_defines keyword for C/C++/Fortran libraries
|
||||||
* Python config tests enhancements #1231
|
* Python config tests enhancements #1231 #1261
|
||||||
|
|
||||||
NEW IN WAF 1.7.9
|
NEW IN WAF 1.7.9
|
||||||
----------------
|
----------------
|
||||||
|
@ -269,7 +269,7 @@ def check_python_headers(conf):
|
|||||||
#name = 'python' + env['PYTHON_VERSION']
|
#name = 'python' + env['PYTHON_VERSION']
|
||||||
|
|
||||||
# TODO simplify this
|
# TODO simplify this
|
||||||
for name in ('python' + env['PYTHON_VERSION'], 'python' + env['PYTHON_VERSION'].replace('.', '')):
|
for name in ('python' + env['PYTHON_VERSION'], 'python' + env['PYTHON_VERSION'] + 'm', 'python' + env['PYTHON_VERSION'].replace('.', '')):
|
||||||
|
|
||||||
# LIBPATH_PYEMBED is already set; see if it works.
|
# LIBPATH_PYEMBED is already set; see if it works.
|
||||||
if not result and env['LIBPATH_PYEMBED']:
|
if not result and env['LIBPATH_PYEMBED']:
|
||||||
|
Loading…
Reference in New Issue
Block a user