Skip to content

Commit

Permalink
Merge pull request #5172 from peeweep/gentoo-linuxos
Browse files Browse the repository at this point in the history
add gentoo to linuxos
  • Loading branch information
waruqi authored May 31, 2024
2 parents e13085e + c64bb51 commit 9743a0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmake/core/base/linuxos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ function linuxos.name()
name = "ubuntu"
elseif os_release:find("debian", 1, true) then
name = "debian"
elseif os_release:find("gentoo linux", 1, true) then
name = "gentoo"
elseif os_release:find("opensuse", 1, true) then
name = "opensuse"
elseif os_release:find("manjaro", 1, true) then
Expand Down

0 comments on commit 9743a0c

Please sign in to comment.