[DEBUG] IOS/MacOs zlib compilation error
This commit is contained in:
parent
8f03df3af2
commit
78d729e033
4
external/z/lutin_minizip.py
vendored
4
external/z/lutin_minizip.py
vendored
@ -21,6 +21,10 @@ def create(target):
|
|||||||
myModule.compile_flags_CC([
|
myModule.compile_flags_CC([
|
||||||
"-DNOCRYPT",
|
"-DNOCRYPT",
|
||||||
"-DIOAPI_NO_64"])
|
"-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
|
# add the currrent module at the
|
||||||
return myModule
|
return myModule
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user