summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/linux/_linux.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-04 11:06:33 +0800
committerruki <[email protected]>2015-06-04 11:06:33 +0800
commite93e932433483348664804a0cc054b2c6af61a95 (patch)
tree25bb8afda99c26c7082f5b2046e79702644405d4 /xmake/scripts/platform/linux/_linux.lua
parent282c12b8f7b9b01a85844326c28f6bc3529aa088 (diff)
load platform from the project and global configure directory
Diffstat (limited to 'xmake/scripts/platform/linux/_linux.lua')
-rw-r--r--xmake/scripts/platform/linux/_linux.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/scripts/platform/linux/_linux.lua b/xmake/scripts/platform/linux/_linux.lua
index cd1fdd139..57d436eb5 100644
--- a/xmake/scripts/platform/linux/_linux.lua
+++ b/xmake/scripts/platform/linux/_linux.lua
@@ -32,9 +32,6 @@ _linux._HOST = "linux"
-- init architectures
_linux._ARCHS = {"x86", "x64"}
--- init prober
-_linux._PROBER = require("platform/linux/_prober")
-
-- make configure
function _linux.make(configs)