Release v0.4.0-rc2

This commit is contained in:
vagrant
2016-06-22 23:50:29 +00:00
parent 843f269158
commit a225f020ad

View File

@@ -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..."