diff --git a/qrenderdoc/3rdparty/swig/Lib/python/builtin.swg b/qrenderdoc/3rdparty/swig/Lib/python/builtin.swg index 9597653b7..6af45a9d1 100644 --- a/qrenderdoc/3rdparty/swig/Lib/python/builtin.swg +++ b/qrenderdoc/3rdparty/swig/Lib/python/builtin.swg @@ -120,7 +120,7 @@ SwigPyBuiltin_FunpackSetterClosure (PyObject *obj, PyObject *val, void *closure) SWIGINTERN void SwigPyStaticVar_dealloc(PyDescrObject *descr) { - _PyObject_GC_UNTRACK(descr); + PyObject_GC_UnTrack(descr); Py_XDECREF(PyDescr_TYPE(descr)); Py_XDECREF(PyDescr_NAME(descr)); PyObject_GC_Del(descr); diff --git a/qrenderdoc/CMakeLists.txt b/qrenderdoc/CMakeLists.txt index 9d27bfffe..ff2dbabad 100644 --- a/qrenderdoc/CMakeLists.txt +++ b/qrenderdoc/CMakeLists.txt @@ -6,7 +6,7 @@ if( NOT DEFINED QT_QMAKE_EXECUTABLE ) endif() set(QMAKE_QT5_COMMAND ${QT_QMAKE_EXECUTABLE} CACHE STRING "Command to run to invoke Qt5's qmake. Normally this is qmake, possibly with qtchooser, but might be qmake-qt5") -set(RENDERDOC_SWIG_PACKAGE https://github.com/baldurk/swig/archive/renderdoc-modified-6.zip CACHE STRING "The location where RenderDoc's swig fork source can be found. By default points to the URL on github but can be pointed to a local file.") +set(RENDERDOC_SWIG_PACKAGE https://github.com/baldurk/swig/archive/renderdoc-modified-7.zip CACHE STRING "The location where RenderDoc's swig fork source can be found. By default points to the URL on github but can be pointed to a local file.") set(QMAKE_CONFIG "debug") set(QMAKE_LDFLAGS "")