File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
CIBW_BEFORE_BUILD : >
75
75
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
76
76
CIBW_ENVIRONMENT : >
77
- GEOS_DIR=${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern' || '/extern' }}
78
- CFLAGS=-I${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\include' || '/extern/include' }}
79
- LDFLAGS=-L${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\lib' || '/extern/lib' }}
77
+ GEOS_DIR=${{ github.workspace }}${{ runner.os == 'Windows' && '\\project\\ extern' || '/project /extern' }}
78
+ CFLAGS=-I${{ github.workspace }}${{ runner.os == 'Windows' && '\\project\\ extern\\include' || '/project /extern/include' }}
79
+ LDFLAGS=-L${{ github.workspace }}${{ runner.os == 'Windows' && '\\project\\ extern\\lib' || '/project /extern/lib' }}
80
80
81
81
CIBW_TEST_COMMAND : >
82
82
cd {project}
You can’t perform that action at this time.
0 commit comments