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/linux/_linux.lua | |
| parent | f4562609df7ac3f395e5178e76fcefa2c1ffa980 (diff) | |
modify platform interfaces
Diffstat (limited to 'xmake/scripts/platform/linux/_linux.lua')
| -rw-r--r-- | xmake/scripts/platform/linux/_linux.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/scripts/platform/linux/_linux.lua b/xmake/scripts/platform/linux/_linux.lua index 51e3ee89a..e33a81d8f 100644 --- a/xmake/scripts/platform/linux/_linux.lua +++ b/xmake/scripts/platform/linux/_linux.lua @@ -23,11 +23,11 @@ -- define module: _linux local _linux = _linux or {} --- init _linux -function _linux.init(configs) +-- init host +_linux._HOST = "linux" - -- init host - configs.host = "linux" +-- make configure +function _linux.make(configs) -- init the file name formats configs.formats = {} |
