summaryrefslogtreecommitdiff
path: root/xmake/core/base/sandbox.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-17 21:04:40 +0800
committerruki <[email protected]>2016-02-17 21:04:40 +0800
commite1e38b8b2cf04bfd41ded133aac6604bdde06293 (patch)
treecff3279c4a8a5b94107ea7a3e571b95d97fa3465 /xmake/core/base/sandbox.lua
parentd316be4334127336822e8daeb8a45d2ffe0bdde7 (diff)
remove vformat for templates
Diffstat (limited to 'xmake/core/base/sandbox.lua')
-rw-r--r--xmake/core/base/sandbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/sandbox.lua b/xmake/core/base/sandbox.lua
index 570a22fa4..495be81fd 100644
--- a/xmake/core/base/sandbox.lua
+++ b/xmake/core/base/sandbox.lua
@@ -96,7 +96,7 @@ function sandbox._init()
end
-- load builtin module files
- local builtin_module_files = os.match(path.join(xmake._CORE_DIR, "sandbox/builtin/*.lua"))
+ local builtin_module_files = os.match(path.join(xmake._CORE_DIR, "sandbox/*.lua"))
if builtin_module_files then
for _, builtin_module_file in ipairs(builtin_module_files) do