Use 'lime_hybrid' instead of 'hybrid'
This commit is contained in:
@@ -410,7 +410,7 @@ class System {
|
||||
|
||||
}
|
||||
|
||||
#if hybrid
|
||||
#if lime_hybrid
|
||||
var init = load ("lime-legacy", "neko_init", 5);
|
||||
|
||||
if (init != null) {
|
||||
|
||||
@@ -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);
|
||||
init (factory, slen, resize, bytes);
|
||||
|
||||
#if hybrid
|
||||
#if lime_hybrid
|
||||
var init = System.load ("lime-legacy", "lime_byte_array_init", 4);
|
||||
init (factory, slen, resize, bytes);
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user