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 7373 CIBW_BEFORE_BUILD : >
7474 python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
7575 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' }}
7979
8080 CIBW_TEST_COMMAND : >
8181 cd {project}
You can’t perform that action at this time.
0 commit comments