Fix typo in lib64 patch

This commit is contained in:
Slavek Kabrda 2013-11-27 13:33:51 +01:00
parent bf35167937
commit 0ef730720c
1 changed files with 1 additions and 1 deletions

View File

@ -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(