Emscripten fix
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user