diff options
| author | ruki <[email protected]> | 2015-05-27 08:31:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-27 08:31:36 +0800 |
| commit | 0e3df610b7db95590a9ad32eccfc7b2b2319b128 (patch) | |
| tree | 306336b11034e115f68dd74df2b0d1ee9a6d44ee /xmake/scripts/platform/windows/_windows.lua | |
| parent | f4562609df7ac3f395e5178e76fcefa2c1ffa980 (diff) | |
modify platform interfaces
Diffstat (limited to 'xmake/scripts/platform/windows/_windows.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/_windows.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/scripts/platform/windows/_windows.lua b/xmake/scripts/platform/windows/_windows.lua index 793de81b0..293958dae 100644 --- a/xmake/scripts/platform/windows/_windows.lua +++ b/xmake/scripts/platform/windows/_windows.lua @@ -23,11 +23,11 @@ -- define module: _windows local _windows = _windows or {} --- init _windows -function _windows.init(configs) +-- init host +_windows._HOST = "windows" - -- init host - configs.host = "windows" +-- make configure +function _windows.make(configs) -- init the file name formats configs.formats = {} |
