diff options
| author | ruki <[email protected]> | 2024-04-03 23:51:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-03 23:51:02 +0800 |
| commit | 953bb535caed3c53c8789e55c2f2a3208f1c4008 (patch) | |
| tree | 2f25e264f1ca9d789491b938144c8b8d46f75ee2 /core/src | |
| parent | 70748de03539eec10aafb9cb78178c275d6e9b47 (diff) | |
fix loadxmi
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/package/loadxmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/package/loadxmi.c b/core/src/xmake/package/loadxmi.c index fcbecf72b..d45fda3bb 100644 --- a/core/src/xmake/package/loadxmi.c +++ b/core/src/xmake/package/loadxmi.c @@ -59,7 +59,7 @@ tb_int_t xm_package_loadxmi(lua_State* lua) } // get xmiopen_xxx function - xm_open_func_t func = (xm_open_func_t)tb_dynamic_func(path, name); + xm_open_func_t func = (xm_open_func_t)tb_dynamic_func(lib, name); if (!func) { lua_pushnil(lua); |
