Don't define lime-opengl for Flash target (et al)

This commit is contained in:
Joshua Granick
2015-02-23 13:01:24 -08:00
parent 794642564f
commit ac554371f4

View File

@@ -45,9 +45,9 @@
<architecture name="armv7" if="android" />
<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-curl" unless="lime-console || emscripten || flash || html5" />
<haxedef name="lime-opengl" unless="lime-console || flash" />
<haxedef name="lime-openal" unless="lime-console || static_link || flash || html5" />
<haxedef name="lime-openal" if="emscripten" />
</section>