mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Merge pull request #1227 from swt2c/fix_build_python3.8
Fix building with Python 3.8 on Linux
This commit is contained in:
2
wscript
2
wscript
@@ -99,7 +99,7 @@ def configure(conf):
|
||||
# TODO: Check if it can/should be used on other platforms too.
|
||||
conf.my_check_python_headers()
|
||||
else:
|
||||
conf.check_python_headers()
|
||||
conf.check_python_headers(features='pyext')
|
||||
|
||||
# fetch and save the debug options
|
||||
conf.env.debug = conf.options.debug
|
||||
|
||||
Reference in New Issue
Block a user