diff options
| author | ruki <[email protected]> | 2015-06-03 13:47:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-03 13:47:32 +0800 |
| commit | 6ba8d0eb8d09d5170242837ef091c04ab4da6047 (patch) | |
| tree | 33ad58bbaccaec6d0b3a0035fd92602070454ba2 /xmake/scripts/platform/windows/_windows.lua | |
| parent | 8f5a561006bb5b0952278075deb908633317c987 (diff) | |
add string split
Diffstat (limited to 'xmake/scripts/platform/windows/_windows.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/_windows.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/scripts/platform/windows/_windows.lua b/xmake/scripts/platform/windows/_windows.lua index 1e13e134b..012b0a0ff 100644 --- a/xmake/scripts/platform/windows/_windows.lua +++ b/xmake/scripts/platform/windows/_windows.lua @@ -32,6 +32,9 @@ _windows._HOST = "windows" -- init architectures _windows._ARCHS = {"x86", "x64"} +-- init maker +_windows._MAKER = require("platform/windows/_maker") + -- init prober _windows._PROBER = require("platform/windows/_prober") |
