summaryrefslogtreecommitdiff
path: root/core/src/xmake/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/engine.c')
-rw-r--r--core/src/xmake/engine.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c
index d71c05c62..34202d9e7 100644
--- a/core/src/xmake/engine.c
+++ b/core/src/xmake/engine.c
@@ -336,6 +336,7 @@ tb_int_t xm_package_loadxmi(lua_State *lua);
// the utils functions
tb_int_t xm_utils_bin2c(lua_State *lua);
+tb_int_t xm_utils_bin2coff(lua_State *lua);
#ifdef XM_CONFIG_API_HAVE_CURSES
// register curses functions
@@ -655,6 +656,7 @@ static luaL_Reg const g_package_functions[] = {
// the utils functions
static luaL_Reg const g_utils_functions[] = {
{ "bin2c", xm_utils_bin2c },
+ { "bin2coff", xm_utils_bin2coff },
{ tb_null, tb_null },
};