diff options
author | Martin Szulecki | 2020-06-14 15:53:56 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-14 23:36:23 +0200 |
commit | 66f5936ed0a72e137e646afbc9c799fefb15c346 (patch) | |
tree | e1e64fa9578e1094415959008be13298db16c268 /cython | |
parent | fa9aa6e8cbdcb6121bd625d00543a450687177c4 (diff) | |
download | libimobiledevice-66f5936ed0a72e137e646afbc9c799fefb15c346.tar.gz libimobiledevice-66f5936ed0a72e137e646afbc9c799fefb15c346.tar.bz2 |
Redo cython check logic and check for "no-cast-function" gcc 8+ compiler flag
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 \ |