summaryrefslogtreecommitdiff
path: root/core/src/xmake/package
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-06 23:53:06 +0800
committerruki <[email protected]>2024-12-06 23:53:06 +0800
commit77fe6c8c9011fb70b0c5f2c32ffb670abe37b1e9 (patch)
treec8626da01750f8513a47d0567f04c0e8590827ba /core/src/xmake/package
parent036aa737043b15e66d56efdea2970f29e3cbb31d (diff)
update xmi
Diffstat (limited to 'core/src/xmake/package')
-rw-r--r--core/src/xmake/package/loadxmi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/package/loadxmi.c b/core/src/xmake/package/loadxmi.c
index 43915aff3..c82daef32 100644
--- a/core/src/xmake/package/loadxmi.c
+++ b/core/src/xmake/package/loadxmi.c
@@ -217,6 +217,8 @@ tb_int_t xm_package_loadxmi(lua_State* lua)
s_luaops._luaL_fileresult = &luaL_fileresult;
s_luaops._luaL_execresult = &luaL_execresult;
s_luaops._luaL_setfuncs = &luaL_setfuncs;
+ s_luaops._luaL_loadfilex = &luaL_loadfilex;
+ s_luaops._luaL_loadstring = &luaL_loadstring;
s_luaops_inited = tb_true;
}