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/windows/_windows.lua | |
| parent | 282c12b8f7b9b01a85844326c28f6bc3529aa088 (diff) | |
load platform from the project and global configure directory
Diffstat (limited to 'xmake/scripts/platform/windows/_windows.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/_windows.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/scripts/platform/windows/_windows.lua b/xmake/scripts/platform/windows/_windows.lua index b1bc0890b..8caa84fa3 100644 --- a/xmake/scripts/platform/windows/_windows.lua +++ b/xmake/scripts/platform/windows/_windows.lua @@ -35,9 +35,6 @@ _windows._ARCHS = {"x86", "x64"} -- init maker _windows._MAKER = require("platform/windows/_maker") --- init prober -_windows._PROBER = require("platform/windows/_prober") - -- make configure function _windows.make(configs) |
