Explorar o código

Update Python tag to fix macosx xcode 4.3.3 build error

See issue #157 and #11 / https://github.com/commontk/PythonQt/compare/654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60...patched-2
Jean-Christophe Fillion-Robin %!s(int64=13) %!d(string=hai) anos
pai
achega
6105711339
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeExternals/PythonQt.cmake

+ 1 - 1
CMakeExternals/PythonQt.cmake

@@ -44,7 +44,7 @@ if(${add_project})
         message(FATAL_ERROR "error: Python is required to build ${PROJECT_NAME}")
       endif()
 
-      set(revision_tag 654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60)
+      set(revision_tag 9104fa924859f4a865016f2138c06ec856f449d4)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()