Fix iOS sim

This commit is contained in:
Joshua Granick
2014-11-13 11:19:21 -08:00
parent 362bda0504
commit 28eb8bc55f
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<haxelib name="hxcpp" if="cpp" />
<ndll name="std" haxelib="hxcpp" if="cpp" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="ios" />
<ndll name="openal" dir="legacy/ndll" register="false" if="android" />