Fix typo in lib64 patch
This commit is contained in:
parent
bf35167937
commit
0ef730720c
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
_prefix = _Py_char2wchar(PREFIX, NULL);
|
||||
_exec_prefix = _Py_char2wchar(EXEC_PREFIX, NULL);
|
||||
- lib_python = _Py_char2wchar("lib/python" VERSION, NULL);
|
||||
+ lib_python = _Py_char2wchar("lib/python64" VERSION, NULL);
|
||||
+ lib_python = _Py_char2wchar("lib64/python" VERSION, NULL);
|
||||
|
||||
if (!_pythonpath || !_prefix || !_exec_prefix || !lib_python) {
|
||||
Py_FatalError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue