diff options
Diffstat (limited to 'xmake/core/sandbox/modules/math.lua')
| -rw-r--r-- | xmake/core/sandbox/modules/math.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/math.lua b/xmake/core/sandbox/modules/math.lua index ebaf989b0..a52b13310 100644 --- a/xmake/core/sandbox/modules/math.lua +++ b/xmake/core/sandbox/modules/math.lua @@ -19,5 +19,5 @@ -- -- load module -return math +return require("base/math") |
