Skip to content

Commit 08f0cf0

Browse files
author
Matthias Koeppe
committed
.github/workflows/wheels.yml [linux]: Set LD_LIBRARY_PATH
1 parent 2ea38e2 commit 08f0cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
6969
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
7070
# Environment during wheel build
71-
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
71+
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH LD_LIBRARY_PATH=$(pwd)/local/lib:$LD_LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
7272
# Use 'build', not 'pip wheel'
7373
CIBW_BUILD_FRONTEND: build
7474
steps:

0 commit comments

Comments
 (0)