]> git.pld-linux.org Git - packages/ka5-cantor.git/blame - python-3.8.patch
- fix building with python 3.8
[packages/ka5-cantor.git] / python-3.8.patch
CommitLineData
3d7a1dd8
JR
1--- cantor-19.04.1/cmake/FindPythonLibs3.cmake~ 2019-05-02 22:14:10.000000000 +0200
2+++ cantor-19.04.1/cmake/FindPythonLibs3.cmake 2019-11-03 14:34:28.109784898 +0100
3@@ -6,7 +6,7 @@
4 find_library(PYTHONLIBS3_LIBRARY NAMES python32 python33 python34 python35 python36 python37
5 HINTS ${PYTHONLIBS3_LIBDIR} ${PYTHONLIBS3_LIBRARY_DIRS} )
6 ELSE()
7- find_library(PYTHONLIBS3_LIBRARY NAMES python3.2m python3.3m python3.4m python3.5m python3.6m python3.7m
8+ find_library(PYTHONLIBS3_LIBRARY NAMES python3.2m python3.3m python3.4m python3.5m python3.6m python3.7m python3.8m python3.8
9 HINTS ${PYTHONLIBS3_LIBDIR} ${PYTHONLIBS3_LIBRARY_DIRS} )
10 ENDIF()
11
This page took 0.069714 seconds and 4 git commands to generate.