summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-13 10:13:37 +0800
committerruki <[email protected]>2016-04-13 10:13:37 +0800
commit097a0d5eb612d898fb8de01d6db7760aed947b4b (patch)
tree9c2ad3ffe67da1663953f9b7097721e96156cb18 /xmake/core/project/project.lua
parent833bfb207b3f924eaa81feb496cf74e6223d0041 (diff)
throw os.run errors
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 52e9c4b8e..c52b52a05 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -36,7 +36,6 @@ local config = require("project/config")
local option = require("project/option")
local deprecated_project = require("project/deprecated/project")
local linker = require("platform/linker")
-local compiler = require("platform/compiler")
local platform = require("platform/platform")
-- the current os is belong to the given os?