You've already forked libimobiledevice
mirror of
https://github.com/encounter/libimobiledevice.git
synced 2026-03-30 11:18:43 -07:00
acac4f819c
Added the cython m4 files. Cleaned up afc.pxi. Make sure the event callback and installation proxy callback aquire the GIL. Implemented some cleanup before the error handlers raise.
8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
AC_DEFUN([CYTHON_PYTHON],[
|
|
AC_REQUIRE([AC_PROG_CYTHON])
|
|
AC_REQUIRE([AC_PYTHON_DEVEL])
|
|
test "x$1" != "xno" || cython_shadow=" -noproxy"
|
|
AC_SUBST([CYTHON_PYTHON_OPT],[-python$cython_shadow])
|
|
AC_SUBST([CYTHON_PYTHON_CPPFLAGS],[$PYTHON_CPPFLAGS])
|
|
])
|