Merge pull request #1180 from hairyhenderson/arm-linux-build

Adding linux/arm to the platforms that get built
This commit is contained in:
Evan Hazlett
2015-05-19 15:28:35 -04:00

View File

@@ -8,7 +8,7 @@ else
fi
if [ -z "$2" ]; then
OS_ARCH_ARG=(-arch="386 amd64")
OS_ARCH_ARG=(-arch="386 amd64 arm")
else
OS_ARCH_ARG=($2)
fi