Skip to content

Commit fa02cc4

Browse files
committed
dummy
1 parent c96241f commit fa02cc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ jobs:
6868

6969
- name: Build wheels
7070
env:
71-
CIBW_CONFIG_SETTINGS: >
72-
--global-option=build_ext
73-
--global-option="-I /project/extern/include"
74-
--global-option="-L /project/extern/lib"
7571
CIBW_SKIP: "pp* *-musllinux*"
7672
CIBW_BEFORE_BUILD: >
7773
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
@@ -84,6 +80,8 @@ jobs:
8480
--cov-report=term --ignore=dist --ignore=build
8581
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
8682
run: |
83+
export CFLAGS="-I/project/extern/include"
84+
export LDFLAGS="-L/project/extern/lib"
8785
cd ${{ env.PKGDIR }}
8886
python -m cibuildwheel --output-dir wheelhouse
8987

0 commit comments

Comments
 (0)