pythonPackages.pysideShiboken: patch for Python 3.6

This commit is contained in:
Langston Barrett
2017-07-25 21:35:53 +00:00
committed by Frederik Rietdijk
parent 0dea2d20a7
commit 8081ab6e5c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ diff --git a/cmake/Modules/FindPython3Libs.cmake b/cmake/Modules/FindPython3Libs
# CMAKE_FIND_FRAMEWORKS(Python)
-FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION 3.5 3.4 3.3 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
IF(_CURRENT_VERSION GREATER 3.1)
SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
ELSE()