Commit 8ca3766f authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Allow native compilation on the iPhone.

parent de0a1f63
...@@ -3080,7 +3080,7 @@ case "$arch" in ...@@ -3080,7 +3080,7 @@ case "$arch" in
aarch64|arm64) aarch64|arm64)
arch="aarch64" arch="aarch64"
;; ;;
arm*|iPad*) arm*|iPad*|iPhone*)
arch="arm" arch="arm"
;; ;;
mips*|IP*) mips*|IP*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment