summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/base/linuxos.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/base/linuxos.lua b/xmake/core/base/linuxos.lua
index 238502856..d9e018a36 100644
--- a/xmake/core/base/linuxos.lua
+++ b/xmake/core/base/linuxos.lua
@@ -112,6 +112,8 @@ function linuxos.name()
name = "manjaro"
elseif os_release:find("nixos", 1, true) then
name = "nixos"
+ elseif os_release:find("alpine", 1, true) then
+ name = "alpine"
end
end
end