Commit 535dc0af authored by Chris Salch's avatar Chris Salch

Patch libev and c-ares configure scripts.

M1 uses arm64 as a cpu identifier. This is not understood
by the two configure scripts, but appears to work when patched.
parent 69f36136
......@@ -1164,7 +1164,7 @@ case $cpu-$vendor in
| am33_2.0 \
| amdgcn \
| arc | arceb \
| arm | arm[lb]e | arme[lb] | armv* \
| arm | arm[lb]e | arme[lb] | armv* | arm64 \
| avr | avr32 \
| asmjs \
| ba \
......
......@@ -1164,7 +1164,7 @@ case $cpu-$vendor in
| am33_2.0 \
| amdgcn \
| arc | arceb \
| arm | arm[lb]e | arme[lb] | armv* \
| arm | arm[lb]e | arme[lb] | armv* | arm64 \
| avr | avr32 \
| asmjs \
| ba \
......
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