Fix Android library instantiation order

This commit is contained in:
Joshua Granick
2014-03-06 11:23:09 -08:00
parent ad99862301
commit 5886c963fd

View File

@@ -9,9 +9,10 @@
<haxelib name="hxlibc" if="cpp" />
<ndll name="openal" register="false" if="android" />
<ndll name="lime" />
<ndll name="openal" register="false" if="android" />
<ndll name="libfreetype" register="false" if="emscripten" />
<ndll name="curl_ssl" register="false" if="ios" />