Adds a solaris target.

This commit is contained in:
James Phillips 2016-01-05 18:20:46 -08:00
parent df361afed5
commit 448a95d5c0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ GIT_DESCRIBE=$(git describe --tags)
# 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:-"darwin freebsd linux windows"} XC_OS=${XC_OS:-"solaris darwin freebsd linux windows"}
# Install dependencies # Install dependencies
echo "==> Getting dependencies..." echo "==> Getting dependencies..."