From 51f6e989de5c602dd4f27fe50ec9fc79f211aa69 Mon Sep 17 00:00:00 2001 From: InfRandomness Date: Mon, 21 Jun 2021 22:23:39 +0200 Subject: [PATCH] Add support for building on void-linux --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index c326728ca..ebde2a721 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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"