diff options
| author | ruki <[email protected]> | 2021-02-04 23:09:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-04 23:09:55 +0800 |
| commit | 97c46d18ce9022089bd5e3481ce9a436fd6dbeaa (patch) | |
| tree | 89e52dc6b8a5b1522c58e6d3c47799b2abddf11b /xmake/core/base/linuxos.lua | |
| parent | a3a58f8dbc6a6cbfc5a2ece6b2b5c56a24408297 (diff) | |
add manjaro for linuxos
Diffstat (limited to 'xmake/core/base/linuxos.lua')
| -rw-r--r-- | xmake/core/base/linuxos.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/base/linuxos.lua b/xmake/core/base/linuxos.lua index f2830281e..b622479bc 100644 --- a/xmake/core/base/linuxos.lua +++ b/xmake/core/base/linuxos.lua @@ -99,6 +99,8 @@ function linuxos.name() name = "debian" elseif os_release:find("opensuse", 1, true) then name = "opensuse" + elseif os_release:find("manjaro", 1, true) then + name = "manjaro" end end end |
