mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-07 02:55:10 +02:00
In build-helper 'python3', we've set _PYTHON_SYSCONFIGDATA_NAME on cross-build, but that module could be found only inside sysroot.
12 lines
381 B
Diff
12 lines
381 B
Diff
Index: wxPython-4.0.7/build.py
|
|
===================================================================
|
|
--- wxPython-4.0.7.orig/build.py
|
|
+++ wxPython-4.0.7/build.py
|
|
@@ -169,7 +169,6 @@ def main(args):
|
|
setPythonVersion(args)
|
|
setDevModeOptions(args)
|
|
|
|
- os.environ['PYTHONPATH'] = phoenixDir()
|
|
os.environ['PYTHONUNBUFFERED'] = 'yes'
|
|
os.environ['WXWIN'] = wxDir()
|
|
|