lime-switch compile fix

This commit is contained in:
Jens Fischer
2018-05-29 14:30:32 +02:00
committed by Joshua Granick
parent 1c82a92f0b
commit f9422aa99b

View File

@@ -52,7 +52,7 @@
<ndll name="zlib" haxelib="hxcpp" unless="emscripten || ios || tvos" />
</section>
<ndll name="lime" if="cpp || neko || nodejs || java" unless="lime-console static_link" />
<ndll name="lime" if="cpp || neko || nodejs || java" unless="lime-console static_link || lime-switch static_link" />
<dependency name="extension-api" path="dependencies/extension-api" if="android" />
<dependency path="dependencies/howler.min.js" if="html5 howlerjs" />