Skip to content

Commit

Permalink
Fix the path for cmake installed by brew.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianminzhao committed Feb 13, 2025
1 parent 79717f8 commit a2a1fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode/generate_edition_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ else
BUILD_ENTERPRISE="OFF"
fi

PATH=$PATH:/opt/homebrew/bin

# Run cmake to generate CBL_Edition.h:
GEN_OUTPUT_DIR="${SRCROOT}/Xcode"
cmake -DVERSION="${CBL_VERSION_STRING}" -DOUTPUT_DIR="${GEN_OUTPUT_DIR}" -DBLD_NUM="${CBL_BUILD_NUMBER}" -DBUILD_ENTERPRISE="${BUILD_ENTERPRISE}" -P "${SRCROOT}/cmake/generate_edition.cmake"
Expand Down

0 comments on commit a2a1fa6

Please sign in to comment.