fluxa/appleApp/scripts
KhooLy c0da06c05d Fix follow-up bug from the bindgen_env unbound-variable patch
The \${arr[@]:-} default-value form avoids bash 3.2's unbound-variable
error on an empty array, but on macOS's stock bash it still expands to
a single empty-string word, so `env "" cargo build ...` tried to exec
an empty command name and failed with exit 127. Build the cargo
invocation as an array and only wrap it with `env` when bindgen_env
actually has entries, avoiding any [@] expansion of an empty array.
2026-07-20 16:18:20 +03:00
..
build-rust-core-xcframework.sh Fix follow-up bug from the bindgen_env unbound-variable patch 2026-07-20 16:18:20 +03:00