mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 21:44:36 +08:00
parent
297ebdbe89
commit
7d1b798165
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ else
|
|||
lipo $i $dir2/$i -create -output $i.universal
|
||||
mv $i.universal $i
|
||||
done
|
||||
for i in `find . -name "*.a"`; do
|
||||
echo lipo $otp_rel_dir/$i
|
||||
lipo $i $dir2/$i -create -output $i.universal
|
||||
mv $i.universal $i
|
||||
done
|
||||
cd -
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue