瀏覽代碼

support power mac #5469

ruki 1 年之前
父節點
當前提交
23d73d3429
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      configure

+ 2 - 0
configure

@@ -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