Fix typo in argument check in script/build.

Partial #506

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2024-11-07 09:30:55 -05:00
parent c314af5167
commit 8617c75ace
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ fi
# Build for the host architecture by default.
ARCH=()
if [[ "${#}" -gt 1 && "${1}" == '--universal' ]]; then
if [[ "${#}" -ge 1 && "${1}" == '--universal' ]]; then
ARCH=(
--arch arm64
--arch x86_64