Working toward Java CFFI

This commit is contained in:
Joshua Granick
2017-10-18 11:46:07 -07:00
parent ce874c292d
commit a213294661
3 changed files with 66 additions and 5 deletions

View File

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