Skip to content

Commit

Permalink
Update build_mac.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 4, 2024
1 parent 61e5004 commit 32d5c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 32d5c69

Please sign in to comment.