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

@@ -41,7 +41,7 @@
<ndll name="std" haxelib="hxcpp" if="cpp" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="emscripten || ios" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="emscripten || ios || static_link" />
<ndll name="lime" if="included" />