mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 04:27:50 +08:00
This is required by vcpkg. The x86_64 macOS and macOS 14 platforms already have patchelf installed. Change-Id: I722abf2792dcfe954248196ab9bc0ca39d01570a Reviewed-by: Nils Petter Skålerud <nils.petter.skalerud@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io>
6 lines
222 B
Bash
Executable File
6 lines
222 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2024 The Qt Company Ltd
|
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-patchelf.sh"
|