diff options
| author | ruki <[email protected]> | 2021-09-23 13:14:07 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-23 13:14:07 +0800 |
| commit | 5c7843af8a07e184737bc405b3cb40677bf399fc (patch) | |
| tree | 2919f6945d0fbf6fd24d7c9bd7112291c076b90e | |
| parent | ffd3403c9964f6cc6dce499de8168b8476f695c9 (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/core/sandbox/modules/interpreter/xmake.lua | 1 |
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 |
