summaryrefslogtreecommitdiffstats
path: root/cython
diff options
context:
space:
mode:
Diffstat (limited to 'cython')
-rw-r--r--cython/Makefile.am2
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 = \
68 -Wno-strict-aliasing \ 68 -Wno-strict-aliasing \
69 -Wno-implicit-function-declaration \ 69 -Wno-implicit-function-declaration \
70 -fvisibility=default \ 70 -fvisibility=default \
71 -Wno-cast-function-type 71 $(CYTHON_CFLAGS)
72 72
73imobiledevice_la_LDFLAGS = \ 73imobiledevice_la_LDFLAGS = \
74 -module \ 74 -module \