aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shiboken/python-3.6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/shiboken/python-3.6.patch')
-rw-r--r--testing/shiboken/python-3.6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/shiboken/python-3.6.patch b/testing/shiboken/python-3.6.patch
new file mode 100644
index 0000000000..8eeff540af
--- /dev/null
+++ b/testing/shiboken/python-3.6.patch
@@ -0,0 +1,11 @@
+--- a/cmake/Modules/FindPython3Libs.cmake 2014-04-22 23:42:48.000000000 +0800
++++ b/cmake/Modules/FindPython3Libs.cmake 2015-09-21 15:17:27.014598399 +0800
+@@ -27,7 +27,7 @@
+ # Search for the python framework on Apple.
+ # CMAKE_FIND_FRAMEWORKS(Python)
+
+-FOREACH(_CURRENT_VERSION 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()