diff options
| author | ruki <[email protected]> | 2015-06-04 11:06:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-04 11:06:33 +0800 |
| commit | e93e932433483348664804a0cc054b2c6af61a95 (patch) | |
| tree | 25bb8afda99c26c7082f5b2046e79702644405d4 /xmake/scripts/platform/linux/_linux.lua | |
| parent | 282c12b8f7b9b01a85844326c28f6bc3529aa088 (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.lua | 3 |
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) |
