Add support for building on void-linux

This commit is contained in:
InfRandomness 2021-06-21 22:23:39 +02:00
parent b35a91576d
commit 51f6e989de
No known key found for this signature in database
GPG Key ID: A926C19F2D50424F

View File

@ -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"