build solaris binary

This commit is contained in:
Matthew Hooker 2017-08-21 12:32:16 -07:00
parent e5345b5c78
commit b7ddf80155
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cd $DIR
# Determine the arch/os combos we're building for
XC_ARCH=${XC_ARCH:-"386 amd64 arm arm64"}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris}
# Delete the old dir
echo "==> Removing old directory..."