Use 'lime_hybrid' instead of 'hybrid'

This commit is contained in:
Joshua Granick
2015-04-04 23:04:24 -07:00
parent b0b526812b
commit c01bb81cb3
2 changed files with 2 additions and 2 deletions

View File

@@ -410,7 +410,7 @@ class System {
} }
#if hybrid #if lime_hybrid
var init = load ("lime-legacy", "neko_init", 5); var init = load ("lime-legacy", "neko_init", 5);
if (init != null) { if (init != null) {

View File

@@ -109,7 +109,7 @@ class ByteArray #if !js extends Bytes implements ArrayAccess<Int> implements IDa
var init = System.load ("lime", "lime_byte_array_init", 4); var init = System.load ("lime", "lime_byte_array_init", 4);
init (factory, slen, resize, bytes); init (factory, slen, resize, bytes);
#if hybrid #if lime_hybrid
var init = System.load ("lime-legacy", "lime_byte_array_init", 4); var init = System.load ("lime-legacy", "lime_byte_array_init", 4);
init (factory, slen, resize, bytes); init (factory, slen, resize, bytes);
#end #end