summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/xmake/package/loadxmi.c3
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"
/* //////////////////////////////////////////////////////////////////////////////////////