Fix static build (thanks JeriX)

This commit is contained in:
Joshua Granick
2015-05-07 13:16:36 -07:00
parent a28e267319
commit 4deb21be8c
5 changed files with 10 additions and 4 deletions

View File

@@ -176,7 +176,7 @@
<compilerflag value="-DSTATIC_LINK" if="emscripten" />
<file name="${HXCPP}/project/libs/zlib/ZLib.cpp" if="emscripten || ios" />
<file name="${HXCPP}/project/libs/zlib/ZLib.cpp" if="emscripten || ios || static_link" />
</section>