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 810567b commit c96241fCopy full SHA for c96241f
.github/workflows/build.yml
@@ -70,8 +70,8 @@ jobs:
70
env:
71
CIBW_CONFIG_SETTINGS: >
72
--global-option=build_ext
73
- --global-option="-I{project}/extern/include"
74
- --global-option="-L{project}/extern/lib"
+ --global-option="-I /project/extern/include"
+ --global-option="-L /project/extern/lib"
75
CIBW_SKIP: "pp* *-musllinux*"
76
CIBW_BEFORE_BUILD: >
77
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
0 commit comments