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 73
73
CIBW_BEFORE_BUILD : >
74
74
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
75
75
CIBW_ENVIRONMENT : >
76
- GEOS_DIR=${{ runner.os == 'Windows' && 'D:\\project\\ extern' || '/project/extern' }}
77
- CFLAGS=-I${{ runner.os == 'Windows' && 'D:\\project\\ extern\\ include' || '/project/extern/include' }}
78
- LDFLAGS=-L${{ runner.os == 'Windows' && 'D:\\project\\ extern\\ lib' || '/project/extern/lib' }}
76
+ GEOS_DIR=${{ runner.os == 'Windows' && 'D:/a/basemap/basemap/packages/basemap/ extern/ ' || '/project/extern' }}
77
+ CFLAGS=-I${{ runner.os == 'Windows' && 'D:/a/basemap/basemap/packages/basemap/ extern/ include' || '/project/extern/include' }}
78
+ LDFLAGS=-L${{ runner.os == 'Windows' && 'D:/a/basemap/basemap/packages/basemap/ extern/ lib' || '/project/extern/lib' }}
79
79
80
80
CIBW_TEST_COMMAND : >
81
81
cd {project}
You can’t perform that action at this time.
0 commit comments