Emscripten fix

This commit is contained in:
Joshua Granick
2014-08-29 12:39:15 -07:00
parent d68f0ddfa2
commit 6510d41c2c
3 changed files with 5 additions and 7 deletions

View File

@@ -20,8 +20,6 @@
<ndll name="lime" if="included" />
<ndll name="libfreetype" register="false" if="emscripten" />
<ndll name="curl_ssl" register="false" if="ios" />
<ndll name="png" register="false" if="ios" />
<ndll name="jpeg" register="false" if="ios" />
@@ -44,9 +42,9 @@
<target name="console-pc" handler="lime-console-pc" />
<haxelib name="lime-console-pc" if="console-pc" />
<haxedef name="lime-curl" unless="lime-console" />
<haxedef name="lime-curl" unless="lime-console || emscripten" />
<haxedef name="lime-opengl" unless="lime-console" />
<haxedef name="lime-openal" unless="lime-console || static_link" />
<haxedef name="lime-openal" unless="lime-console || static_link || emscripten" />
</section>