console: fix ByteArray STATIC_LINK
Kind of temporary, since lime will not be using ByteArray.cpp
This commit is contained in:
@@ -205,4 +205,11 @@ namespace lime {
|
||||
DEFINE_PRIM (lime_byte_array_read_file, 1);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
extern "C" int lime_byte_array_register_prims () {
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user