Do not define -Dlime-legacy when using Lime hybrid

This commit is contained in:
Joshua Granick
2015-04-06 12:37:08 -07:00
parent b23ddbb2c9
commit 5df7984255
8 changed files with 55 additions and 25 deletions

View File

@@ -7,6 +7,9 @@ public class Lime {
static {
System.loadLibrary("openal");
System.loadLibrary("lime");
::if DEFINE_LIME_HYBRID::
System.loadLibrary("lime-legacy");
::end::
}
public static final int ACTIVATE = 1;