Skip to content

Commit

Permalink
support power mac
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 16, 2024
1 parent 861513a commit 5672fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ elif string_contains "${os_arch}" "armv7"; then
os_arch="armv7"
elif string_contains "${os_arch}" "arm"; then
os_arch="arm"
elif string_contains "${os_arch}" "power macintosh"; then
os_arch="ppc"
fi

# set the default target platform
Expand Down

0 comments on commit 5672fa9

Please sign in to comment.