summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-14 09:24:24 +0800
committerruki <[email protected]>2016-04-14 09:24:24 +0800
commit9e736d8b83930330edaee2958b4c66093ca87e37 (patch)
treecefcd89bbc72f1aac02535699f97626560be12ab /xmake/core/project/project.lua
parent733935aec221c1bce476e7cfea7b5e64d280f71e (diff)
reimpl compiler and linker
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 c52b52a05..252e75ab6 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -35,7 +35,6 @@ local target = require("project/target")
local config = require("project/config")
local option = require("project/option")
local deprecated_project = require("project/deprecated/project")
-local linker = require("platform/linker")
local platform = require("platform/platform")
-- the current os is belong to the given os?