]> git.pld-linux.org Git - packages/shiboken.git/commitdiff
- fix python 3 detection, again
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Apr 2022 11:06:56 +0000 (13:06 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Apr 2022 11:06:56 +0000 (13:06 +0200)
shiboken-python.patch

index 250b254ff778ed1b464d9968e5447e366a7a648c..49a60df49768b28eb2776ef7248fd8158fb3c79d 100644 (file)
@@ -12,7 +12,7 @@ diff -ur shiboken-1.2.2/cmake/Modules/FindPython3Libs.cmake shiboken-1.2.2.cmake
 -      SET(_32FLAGS "")
 -  ENDIF()
 -  FOREACH(_COMPILATION_FLAGS ${_32FLAGS})
-+FOREACH(_CURRENT_VERSION 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++FOREACH(_CURRENT_VERSION 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
 +  FOREACH(_COMPILATION_FLAGS "" "m" "u" "mu" "dm" "du" "dmu")
        STRING(REPLACE "." "" _CURRENT_VERSION_NO_DOTS ${_CURRENT_VERSION})
        IF(WIN32)
This page took 0.138084 seconds and 4 git commands to generate.