We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89865d1 commit 9051aa2Copy full SHA for 9051aa2
.github/workflows/build.yml
@@ -83,6 +83,7 @@ jobs:
83
export GEOS_DIR="/project/extern"
84
export CFLAGS="-I/project/extern/include"
85
export LDFLAGS="-L/project/extern/lib"
86
+ export LD_LIBRARY_PATH="/project/extern/lib:$LD_LIBRARY_PATH"
87
cd ${{ env.PKGDIR }}
88
python -m cibuildwheel --output-dir wheelhouse
89
0 commit comments