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/plugins/project/main.lua | |
| parent | a9a33cca711e2bc6d88594e2ab6b99921d5992f2 (diff) | |
rename core.project.task to core.base.task
Diffstat (limited to 'xmake/plugins/project/main.lua')
| -rw-r--r-- | xmake/plugins/project/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index c949fa70f..a12261ab8 100644 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.lua @@ -24,7 +24,7 @@ -- imports import("core.base.option") -import("core.project.task") +import("core.base.task") import("core.platform.environment") import("makefile.makefile") import("vstudio.vs2002") |
