diff options
| author | ruki <[email protected]> | 2015-05-26 10:19:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-26 10:19:43 +0800 |
| commit | f4562609df7ac3f395e5178e76fcefa2c1ffa980 (patch) | |
| tree | 526caad47b590de1be57996ee19b28d4e34d082a /xmake/scripts/platform/linux | |
| parent | 49ae120e090b2d4dd15e486ade2dfc2ea1ded440 (diff) | |
probe configure for macosx
Diffstat (limited to 'xmake/scripts/platform/linux')
| -rw-r--r-- | xmake/scripts/platform/linux/_linux.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmake/scripts/platform/linux/_linux.lua b/xmake/scripts/platform/linux/_linux.lua index 8aba6d7ec..51e3ee89a 100644 --- a/xmake/scripts/platform/linux/_linux.lua +++ b/xmake/scripts/platform/linux/_linux.lua @@ -26,6 +26,9 @@ local _linux = _linux or {} -- init _linux function _linux.init(configs) + -- init host + configs.host = "linux" + -- init the file name formats configs.formats = {} configs.formats.static = {"lib", ".a"} @@ -44,8 +47,8 @@ function _linux.menu(action) -- init config option menu _linux._MENU_CONFIG = _linux._MENU_CONFIG or { {} - , {nil, "ar", "kv", "ar", "The library creator" } - , {nil, "arflags", "kv", nil, "The library creator flags" } + , {nil, "ar", "kv", "ar", "The Library Creator" } + , {nil, "arflags", "kv", nil, "The Library Creator Flags" } } -- init global option menu |
