diff options
| author | ruki <[email protected]> | 2016-03-18 19:57:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-18 19:57:22 +0800 |
| commit | 7ff5704f835df20b79db4f672204df9a562058aa (patch) | |
| tree | 936db6ad6da98ae0f97efb45663e933eb54be5a5 /xmake/core/platform/compiler.lua | |
| parent | 34d77b966b9640673b4a6d23758b3d9f51cb1169 (diff) | |
remove install and package from platform
Diffstat (limited to 'xmake/core/platform/compiler.lua')
| -rw-r--r-- | xmake/core/platform/compiler.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/platform/compiler.lua b/xmake/core/platform/compiler.lua index f2e2f1b0f..51c111a56 100644 --- a/xmake/core/platform/compiler.lua +++ b/xmake/core/platform/compiler.lua @@ -30,7 +30,6 @@ local utils = require("base/utils") local table = require("base/table") local option = require("base/option") local string = require("base/string") -local rule = require("project/rule") local config = require("project/config") local tool = require("platform/tool") local platform = require("platform/platform") |
