From a225f020adfc07ad72afbab1637af234765c844c Mon Sep 17 00:00:00 2001 From: vagrant Date: Wed, 22 Jun 2016 23:50:29 +0000 Subject: [PATCH] Release v0.4.0-rc2 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index fba813fb6..2b4dbd411 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -17,7 +17,7 @@ GIT_DIRTY="$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)" # Determine the arch/os combos we're building for XC_ARCH=${XC_ARCH:-"386 amd64 arm"} -XC_OS=${XC_OS:-darwin dragonfly freebsd linux netbsd openbsd solaris windows} +XC_OS=${XC_OS:-darwin} # Delete the old dir echo "==> Removing old directory..."