Skip to content

Commit d269575

Browse files
committed
update ld path
1 parent 8780bd3 commit d269575

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
5959
- os: macos-latest
6060
before_all: >-
61+
ARCHFLAGS="-arch x86_64 -arch arm64"
62+
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
63+
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
6164
ARCHFLAGS="-arch x86_64 -arch arm64"
6265
echo "Starting BEFORE_ALL script" &&
6366
echo "GEOS_DIR set to: ${GEOS_DIR}" &&

0 commit comments

Comments
 (0)