Skip to content

Commit 79b9423

Browse files
committed
Update comment about LD_LIBRARY_PATH
1 parent 343af4f commit 79b9423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
PIP_PREFER_BINARY=1
112112
PYTHONUNBUFFERED=1
113113
LD_LIBRARY_PATH="${GEOS_DIR}/lib"
114-
# LD_LIBRARY_PATH in environment is needed by auditwheel (Linux).
114+
# LD_LIBRARY_PATH in environment is needed by
115+
# auditwheel (Linux) and delocate (MacOS).
115116
with:
116117
package-dir: "packages/basemap"
117118
output-dir: "packages/basemap/dist"

0 commit comments

Comments
 (0)