Remove darwin/386 from the build
There isn't a supported configuration that runs darwin/386, so remove it from the build.
This commit is contained in:
parent
06b95b3c00
commit
f85232a239
|
@ -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:-linux darwin windows freebsd openbsd solaris}
|
||||
XC_EXCLUDE_OSARCH="!darwin/arm"
|
||||
XC_EXCLUDE_OSARCH="!darwin/arm !darwin/386"
|
||||
|
||||
# Delete the old dir
|
||||
echo "==> Removing old directory..."
|
||||
|
|
Loading…
Reference in New Issue