From cc3e949efba9c6e34e9fb00ce48d88d44ae281ac Mon Sep 17 00:00:00 2001 From: James Gray Date: Wed, 8 Jul 2015 11:38:11 -0500 Subject: [PATCH] console: fix ByteArray STATIC_LINK Kind of temporary, since lime will not be using ByteArray.cpp --- project/src/utils/ByteArray.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/project/src/utils/ByteArray.cpp b/project/src/utils/ByteArray.cpp index b83efd63d..55c28f459 100644 --- a/project/src/utils/ByteArray.cpp +++ b/project/src/utils/ByteArray.cpp @@ -205,4 +205,11 @@ namespace lime { DEFINE_PRIM (lime_byte_array_read_file, 1); -} \ No newline at end of file +} + + +extern "C" int lime_byte_array_register_prims () { + + return 0; + +}