diff options
Diffstat (limited to 'package/python3/python3-002-properly-detect-if-python-build.patch')
-rw-r--r-- | package/python3/python3-002-properly-detect-if-python-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python3/python3-002-properly-detect-if-python-build.patch b/package/python3/python3-002-properly-detect-if-python-build.patch index ce874c6cdb..e8ccd3662e 100644 --- a/package/python3/python3-002-properly-detect-if-python-build.patch +++ b/package/python3/python3-002-properly-detect-if-python-build.patch @@ -12,7 +12,7 @@ Index: b/Lib/distutils/command/build_ext.py =================================================================== --- a/Lib/distutils/command/build_ext.py +++ b/Lib/distutils/command/build_ext.py -@@ -246,7 +246,7 @@ +@@ -237,7 +237,7 @@ # Python's library directory must be appended to library_dirs # See Issues: #1600860, #4366 if (sysconfig.get_config_var('Py_ENABLE_SHARED')): |