[DEBUG] IOS/MacOs zlib compilation error

This commit is contained in:
Edouard DUPIN 2014-04-22 23:49:45 +02:00
parent 8f03df3af2
commit 78d729e033

View File

@ -21,6 +21,10 @@ def create(target):
myModule.compile_flags_CC([
"-DNOCRYPT",
"-DIOAPI_NO_64"])
if target.name=="IOs" or target.name=="MacOs":
myModule.compile_flags_CC("-Wno-implicit-function-declaration")
# add the currrent module at the
return myModule