diff options
| author | ruki <[email protected]> | 2017-07-20 14:26:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-20 14:26:08 +0800 |
| commit | b0eeeda1f43bf10f52069d2ab8fd651b164b70ea (patch) | |
| tree | 1fa10bc1c7cdd3ba35fc2f213f75b77ae0faf64e /xmake/core/main.lua | |
| parent | a9a33cca711e2bc6d88594e2ab6b99921d5992f2 (diff) | |
rename core.project.task to core.base.task
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index 2e860269a..fdfe3db5f 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -33,7 +33,7 @@ local option = require("base/option") local profiler = require("base/profiler") local deprecated = require("base/deprecated") local privilege = require("base/privilege") -local task = require("project/task") +local task = require("base/task") local project = require("project/project") local history = require("project/history") |
