mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-11 14:56:15 +08:00
Vcpkg needs pkg-config on macOS. Task-number: QTBUG-115715 Change-Id: Ie7ab7394d7b3073d346e05a215c8289f1ab04364 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/macos/pkgconfig.sh"
|