Enable cairo for winrt
DisplayingABitmap works when compiling with lime rebuild winrt -static -Dcairo -debug -m64 openfl test project.xml winrt -static -Dcairo -debug And adding a Sys.sleep(1); in openfl/assets/templates/haxe/ApplicationMain.hx, before var result = app.exec ();
This commit is contained in:
committed by
Joshua Granick
parent
d1cd3be686
commit
3a075cc247
@@ -9,7 +9,7 @@
|
||||
<set name="ios" value="1" if="iphone" />
|
||||
<set name="tvos" value="1" if="appletv" />
|
||||
|
||||
<set name="LIME_CAIRO" value="1" unless="winrt" />
|
||||
<set name="LIME_CAIRO" value="1"/>
|
||||
<set name="LIME_CURL" value="1" unless="emscripten || winrt" />
|
||||
<set name="LIME_EFSW" value="1" if="windows || mac || linux" unless="winrt" />
|
||||
<set name="LIME_JPEG" value="1" />
|
||||
|
||||
Reference in New Issue
Block a user