Skip to content

Commit 48a512d

Browse files
committed
set linker
1 parent b429a63 commit 48a512d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ jobs:
7575
CIBW_ENVIRONMENT: >
7676
GEOS_DIR=${{ env.GEO_SRC_DIR }}
7777
CFLAGS=-I${{ env.GEO_DIR }}/include
78-
LDFLAGS=-L${{ env.GEO_DIR }}/lib:$LD_LIBRARY_PATH
78+
LDFLAGS=-L${{ env.GEO_DIR }}/lib
79+
LD_LIBRARY_PATH=${{ env.GEO_DIR }}/lib:$LD_LIBRARY_PATH
80+
LIBRARY_PATH=${{ env.GEO_DIR }}/lib:$LIBRARY_PATH
7981
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
8082
auditwheel repair --lib-sdir .libs
8183
-w {dest_dir} {wheel} &&

0 commit comments

Comments
 (0)