mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-23 21:36:50 +08:00
The tool provides an easy and convenient way of merging per-architecture macos libraries into the universal ones. Change-Id: Idcec68ea13e4cf4e201373866f1ebabbbc586414 Reviewed-by: Simo Fält <simo.falt@qt.io>
7 lines
102 B
Bash
7 lines
102 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/macos/install-lipomerge.sh"
|