aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index d061d3d9e..c5cee1bec 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -158,7 +158,7 @@ task("bundle")
}
}
on_run(function ()
- import("bundle")
+ import("scripts.bundle")
bundle()
end)