scripts: add openbsd/freebsd to builds
This commit is contained in:
parent
a22f70f61f
commit
c5dc0f9e7d
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
# Determine the arch/os combos we're building for
|
||||
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
|
||||
XC_OS=${XC_OS:-linux darwin windows}
|
||||
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
|
||||
|
||||
# Install dependencies
|
||||
echo "==> Getting dependencies..."
|
||||
|
|
Loading…
Reference in New Issue