Fix iOS sim
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user