summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-07-20 14:26:08 +0800
committerruki <[email protected]>2017-07-20 14:26:08 +0800
commitb0eeeda1f43bf10f52069d2ab8fd651b164b70ea (patch)
tree1fa10bc1c7cdd3ba35fc2f213f75b77ae0faf64e /xmake/plugins/project/main.lua
parenta9a33cca711e2bc6d88594e2ab6b99921d5992f2 (diff)
rename core.project.task to core.base.task
Diffstat (limited to 'xmake/plugins/project/main.lua')
-rw-r--r--xmake/plugins/project/main.lua2
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")