Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update ld path
  • Loading branch information
cvanelteren committed Feb 25, 2025
commit d2695754caba73e482a449065d0395e026a0a7ce
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
- os: macos-latest
before_all: >-
ARCHFLAGS="-arch x86_64 -arch arm64"
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
ARCHFLAGS="-arch x86_64 -arch arm64"
echo "Starting BEFORE_ALL script" &&
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
Expand Down