Skip to content

Commit c96241f

Browse files
committed
dummy
1 parent 810567b commit c96241f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
env:
7171
CIBW_CONFIG_SETTINGS: >
7272
--global-option=build_ext
73-
--global-option="-I{project}/extern/include"
74-
--global-option="-L{project}/extern/lib"
73+
--global-option="-I /project/extern/include"
74+
--global-option="-L /project/extern/lib"
7575
CIBW_SKIP: "pp* *-musllinux*"
7676
CIBW_BEFORE_BUILD: >
7777
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"

0 commit comments

Comments
 (0)