Skip to content

Commit

Permalink
Merge pull request #74 from chaoren-fly/patch-1
Browse files Browse the repository at this point in the history
fix boost.sh  --macos-silicon-archs lost shift
  • Loading branch information
guillaumealgis authored Sep 3, 2022
2 parents 73cb36e + 42ad412 commit 4678294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ parseArgs()
--macos-silicon-archs)
if [ -n "$2" ]; then
read -ra CUSTOM_MACOS_SILICON_ARCHS <<< "$2"
shift;
else
missingParameter "$1"
fi
Expand Down

0 comments on commit 4678294

Please sign in to comment.