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

@@ -5,6 +5,10 @@ package org.haxe.lime;
public class Lime {
static {
::if DEFINE_LIME_HYBRID::
System.loadLibrary("openal");
System.loadLibrary("lime");
::end::
System.loadLibrary("lime-legacy");
}