Don't define lime-opengl for Flash target (et al)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user