fix handling of winrt
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<define name="lime-howlerjs" if="html5" />
|
||||
<define name="lime-html5" if="html5" />
|
||||
<define name="lime-native" if="native" />
|
||||
<define name="lime-openalsoft" if="windows || linux || mac || android" unless="static_link || lime-mojoal" />
|
||||
<define name="lime-openalsoft" if="windows || linux || mac || android" unless="static_link || lime-mojoal || winrt" />
|
||||
<define name="lime-mojoal" if="lime-switch || static_link || winrt" unless="lime-openalsoft" />
|
||||
<define name="lime-openal" if="ios || tvos || emscripten || lime-openalsoft || lime-mojoal" />
|
||||
<define name="lime-opengl" if="desktop" unless="html5" />
|
||||
|
||||
Reference in New Issue
Block a user