Simplify the process of building the universal bundle on the macOS
This commit is contained in:
parent
c1b2811bbf
commit
e26c2873db
6 changed files with 28 additions and 8 deletions
|
|
@ -102,7 +102,7 @@ function build-universal() {
|
|||
&& find "$OUTBUNDLE" -name '*.dylib' -print0 | xargs -0 rm -f \
|
||||
|| return 1
|
||||
|
||||
# Create the universal binary for each binary and library
|
||||
# Create the universal version of each binary and library
|
||||
for (( i=0; i < ${#BUNDLES[@]}; i++ )); do
|
||||
local filelist=()
|
||||
local file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue