Added shell script to compile Universal 2 binary (x86_64+arm64)
This commit is contained in:
parent
25492264f8
commit
db8883d9e2
4 changed files with 57 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
if [ $# -ne 1 ]; then
|
||||
echo "Usage: $0 target_architecture"
|
||||
echo "Example: $0 x86"
|
||||
echo "other valid options are x86_64 or ppc"
|
||||
echo "other valid options are arm64, x86_64 or ppc"
|
||||
echo
|
||||
echo "If you don't know or care about architectures please consider using make-macosx-ub.sh instead of this script."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue