summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-23 13:14:07 +0800
committerGitHub <[email protected]>2021-09-23 13:14:07 +0800
commit5c7843af8a07e184737bc405b3cb40677bf399fc (patch)
tree2919f6945d0fbf6fd24d7c9bd7112291c076b90e
parentffd3403c9964f6cc6dce499de8168b8476f695c9 (diff)
Update xmake.lua
-rw-r--r--xmake/core/sandbox/modules/interpreter/xmake.lua1
1 files changed, 1 insertions, 0 deletions
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