From e93e932433483348664804a0cc054b2c6af61a95 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 4 Jun 2015 11:06:33 +0800 Subject: load platform from the project and global configure directory --- xmake/scripts/platform/linux/_linux.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/scripts/platform/linux/_linux.lua') 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) -- cgit v1.3.1