Skip to content

Commit

Permalink
reset targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Nov 6, 2024
1 parent 0670ea4 commit d33f430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ while [[ "$#" -gt 0 ]]; do
shift 2
;;
-t|--target)
targets=()
shift
while [[ "$1" && ! "$1" =~ ^- ]]; do
targets+=("$1")
Expand Down

0 comments on commit d33f430

Please sign in to comment.