From 5edc1e8d3200fc7338e7a423b374fa07b85dbd0d Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 16 Jun 2016 20:06:41 -0700 Subject: [PATCH] Remove the FreeBSD exclusion rule. Other *NIX systems may be eligible for being removed from this list but I am not in a position to support or test them at present. --- scripts/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index adfadb159..fba813fb6 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -36,7 +36,6 @@ echo "==> Building..." gox \ -os="${XC_OS}" \ -os="!dragonfly" \ - -os="!freebsd" \ -os="!netbsd" \ -os="!openbsd" \ -os="!solaris" \