diff options
| author | ruki <[email protected]> | 2024-04-04 22:23:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-04 22:23:41 +0800 |
| commit | a23a38d88f15ca814033cad9771fd36282fc7265 (patch) | |
| tree | 9cb7ee2e932a1a79654c0c9e0951bc2193c760f9 /core/src | |
| parent | 68e85923f503a273f0ac3c3409f67576457c0b33 (diff) | |
improve loadxmi
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/package/loadxmi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/xmake/package/loadxmi.c b/core/src/xmake/package/loadxmi.c index 063703093..fd83c3377 100644 --- a/core/src/xmake/package/loadxmi.c +++ b/core/src/xmake/package/loadxmi.c @@ -29,6 +29,9 @@ * includes */ #include "prefix.h" +#ifdef USE_LUAJIT +# define XMI_USE_LUAJIT +#endif #include "xmi.h" /* ////////////////////////////////////////////////////////////////////////////////////// |
