mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-23 14:05:11 -04:00
reduce frequency of interface resets on ios
This commit is contained in:
parent
e759e50983
commit
87a0e38e36
13 changed files with 51 additions and 20 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
pushd $SCRIPTDIR >/dev/null
|
||||
|
||||
|
@ -23,6 +24,9 @@ ARCHS=${ARCHS:=arm64}
|
|||
|
||||
LIPO_OUT_NAME="lipo-darwin"
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
LIPOS=""
|
||||
for arch in $ARCHS
|
||||
do
|
||||
if [ "$arch" == "arm64" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue