diff options
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -315,8 +315,7 @@ if [[ "$(uname -s)" == "MINGW"* ]]; then fi fi -EMPTY=() -for t in "${TARGETS[@]:-"${EMPTY[@]}"}"; do +for t in "${TARGETS[@]:-""}"; do source env.sh "$t" build "$t" done |
