console: fix ByteArray STATIC_LINK

Kind of temporary, since lime will not be using ByteArray.cpp
This commit is contained in:
James Gray
2015-07-08 11:38:11 -05:00
parent 0f26f127c4
commit cc3e949efb

View File

@@ -205,4 +205,11 @@ namespace lime {
DEFINE_PRIM (lime_byte_array_read_file, 1);
}
}
extern "C" int lime_byte_array_register_prims () {
return 0;
}