mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-27 15:16:59 +08:00
Change-Id: I732df317aa0016b1d970e0d37167a3fc9276a645 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
8 lines
156 B
Bash
Executable File
8 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
# There is only one mac package and common script uses it as a default
|
|
$BASEDIR/../common/libclang.sh
|