diff options
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 |
