From 5c7843af8a07e184737bc405b3cb40677bf399fc Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 23 Sep 2021 13:14:07 +0800 Subject: Update xmake.lua --- xmake/core/sandbox/modules/interpreter/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/core/sandbox/modules/interpreter/xmake.lua b/xmake/core/sandbox/modules/interpreter/xmake.lua index 414258198..fcc6437e1 100644 --- a/xmake/core/sandbox/modules/interpreter/xmake.lua +++ b/xmake/core/sandbox/modules/interpreter/xmake.lua @@ -28,6 +28,7 @@ local sandbox_xmake = sandbox_xmake or {} sandbox_xmake.version = xmake.version sandbox_xmake.programdir = xmake.programdir sandbox_xmake.programfile = xmake.programfile +sandbox_xmake.luajit = xmake.luajit -- return module return sandbox_xmake -- cgit v1.3.1