scripts: add openbsd/freebsd to builds

This commit is contained in:
Mitchell Hashimoto 2014-09-10 16:10:33 -07:00
parent a22f70f61f
commit c5dc0f9e7d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ fi
# Determine the arch/os combos we're building for # Determine the arch/os combos we're building for
XC_ARCH=${XC_ARCH:-"386 amd64 arm"} XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
XC_OS=${XC_OS:-linux darwin windows} XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
# Install dependencies # Install dependencies
echo "==> Getting dependencies..." echo "==> Getting dependencies..."