mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
Missed when cherry-picking 8b8265e81b
Change-Id: I2eb4169677104e4ce1f129452aefa1a7a1190408
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Install libiodbc
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/macos/libiodbc.sh" --with-universal
|