From 448a95d5c0f15cd15783538390794d671eca5118 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 5 Jan 2016 18:20:46 -0800 Subject: [PATCH] Adds a solaris target. --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index ccc63bffc..c7bbf2acb 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -18,7 +18,7 @@ GIT_DESCRIBE=$(git describe --tags) # Determine the arch/os combos we're building for 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 echo "==> Getting dependencies..."