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" />

View File

@@ -249,6 +249,8 @@
<file name="${LEGACY_SRC_DIR}/lzma/LzFindMt.c" if="windows" />
<file name="${LEGACY_SRC_DIR}/lzma/Threads.c" if="windows" />
<file name="${HXCPP}/project/libs/zlib/ZLib.cpp" if="ios" />
</files>
<set name="LEGACY_SLIBEXT" value=".lib" if="windows" />