From 32d5c6907e52a5bd7ccca00853cafbec4b1d3b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Mon, 4 Nov 2024 21:24:20 +0100 Subject: [PATCH] Update build_mac.sh --- src/scripts/build_mac.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/build_mac.sh b/src/scripts/build_mac.sh index aec88e8d3..1576f878e 100755 --- a/src/scripts/build_mac.sh +++ b/src/scripts/build_mac.sh @@ -31,6 +31,7 @@ BUILD_DIR=${BUILD_DIR:-"${CWD}/build-release"} export PATH="${SDK}/bin:/usr/bin:/bin:/usr/sbin:/sbin" export PKG_CONFIG_PATH="${SDK}/lib/pkgconfig" +export PKG_CONFIG="${SDK}/bin/pkg-config" if [ -d "${BUILD_DIR}" ]; then rm -rf ${BUILD_DIR}