mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
Add support for building on void-linux
This commit is contained in:
parent
b35a91576d
commit
51f6e989de
@ -611,6 +611,8 @@ else
|
||||
# FreeBSD
|
||||
elif hash 2>/dev/null pkg; then
|
||||
freebsd "$emulator"
|
||||
elif hash 2>/dev/null xbps-install; then
|
||||
voidlinux "$emulator"
|
||||
# Unsupported platform
|
||||
else
|
||||
printf "\e[31;1mFatal error: \e[0;31mUnsupported platform, please open an issue\[0m"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user