Skip to content

Commit

Permalink
scripts/auto-bootstraps/dobootstrap: fix match for Darwin 8/9
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Jan 29, 2024
1 parent 2c9812b commit e0241cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/auto-bootstraps/dobootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do_prepare() {

local chost=$(${BASH} ${bootstrap} chost.guess x)
case ${chost} in
powerpc*-*darwin[89])
*-darwin[89])
# ppc64-darwin never really worked for unknown reasons
# darwin9 (Leopard) doesn't work on Intel either
bitw=32
Expand Down

0 comments on commit e0241cd

Please sign in to comment.