diff options
| author | ruki <[email protected]> | 2016-03-01 08:43:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-01 08:43:00 +0800 |
| commit | db1a45865998fb00bf46baeaada017d9f17f9da4 (patch) | |
| tree | 9d5917200172b8c10faa2ce308db66378c07c3da /xmake/actions/create/xmake.lua | |
| parent | 4a0697ac5940e337019b15e0d0a570e56d0791d9 (diff) | |
import core
Diffstat (limited to 'xmake/actions/create/xmake.lua')
| -rwxr-xr-x | xmake/actions/create/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/create/xmake.lua b/xmake/actions/create/xmake.lua index 9df66ae7d..e528bb842 100755 --- a/xmake/actions/create/xmake.lua +++ b/xmake/actions/create/xmake.lua @@ -44,7 +44,7 @@ task("create") , function () -- import template - import("template") + import("core/template") -- make description local description = {} @@ -61,7 +61,7 @@ task("create") , function () -- import template - import("template") + import("core/template") -- make description local description = {} |
