From 97c46d18ce9022089bd5e3481ce9a436fd6dbeaa Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 4 Feb 2021 23:09:55 +0800 Subject: add manjaro for linuxos --- xmake/core/base/linuxos.lua | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.3.1