fix rebuild iOS due to bad Zlib.cpp path

This commit is contained in:
Josh Tynjala
2020-06-02 14:52:24 -07:00
committed by Joshua Granick
parent 0d325bfb07
commit 0d790f35a8

View File

@@ -281,7 +281,6 @@
<compilerflag value="-DSTATIC_LINK" if="emscripten" />
<compilerflag value="-DLIME_ZLIB" />
<file name="${HXCPP}/project/libs/zlib/ZLib.cpp" if="emscripten || ios || static_link || tvos" />
<file name="src/utils/compress/Zlib.cpp" />
</section>