diff options
| author | ruki <[email protected]> | 2018-04-10 21:01:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-10 00:10:39 +0800 |
| commit | 483f101b3fe1502ce4daca8d47058dba4cd27dee (patch) | |
| tree | 80b24ac81f7b0badf744489c000defe609b09c16 /xmake/core/main.lua | |
| parent | c59a2f071f53f88516bb487e5bcef37d027ecc43 (diff) | |
seperate project and global rules
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index c7a5c86b3..8d10219e5 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -36,7 +36,6 @@ local deprecated = require("base/deprecated") local privilege = require("base/privilege") local task = require("base/task") local colors = require("base/colors") -local rule = require("project/rule") local project = require("project/project") local history = require("project/history") local package = require("package/package") @@ -215,7 +214,6 @@ force to build in current directory via run `xmake -P .`]], os.projectdir()) -- define task, rule and package apis first before loading project's xmake.lua project.define_apis(task.apis()) - project.define_apis(rule.apis()) project.define_apis(package.apis()) end |
