diff options
Diffstat (limited to 'cython')
-rw-r--r-- | cython/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index 08ac363..3577c4e 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am @@ -68,7 +68,7 @@ imobiledevice_la_CFLAGS = \ -Wno-strict-aliasing \ -Wno-implicit-function-declaration \ -fvisibility=default \ - -Wno-cast-function-type + $(CYTHON_CFLAGS) imobiledevice_la_LDFLAGS = \ -module \ |