diff options
| author | ruki <[email protected]> | 2024-08-17 00:37:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-08-17 00:37:34 +0800 |
| commit | c8e8e04d832288a0a7f4d5a90a89061f7951b0e0 (patch) | |
| tree | bd313538fcf766d966c9f305da83f458a70b7fc6 | |
| parent | 0eca52f9590f9fc4015cb9e4ea9b34d89522c85e (diff) | |
support power mac #5469
| -rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
