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