Enable static link

Similar to non-legacy
This commit is contained in:
Carlos Madrazo
2015-07-21 08:31:54 -05:00
parent 1354a5106b
commit 50e2d078ae

View File

@@ -6,7 +6,7 @@
<haxelib name="hxcpp" if="cpp" unless="rebuild" />
<ndll name="std" haxelib="hxcpp" if="cpp" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="ios" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="ios || static_link" />
<ndll name="lime-legacy" dir="legacy/ndll" />