Closed bjornharrtell closed 1 year ago
A line to remove build dir was added in https://github.com/MaxRev-Dev/gdal.netcore/commit/7cebd9b51fbbc0cfca4aa5eec377dd8caf874488
Line added to unix/gdal-makefile: $(DEL_DIR) "$(BUILD_ROOT)/$(LW)-build"
This doesn't work on a clean clone, gives this output:
[gdal.netcore] PROJ | Building... rm -r "/root/gdal.netcore/unix/../build-unix/proj-build" rm: cannot remove '/root/gdal.netcore/unix/../build-unix/proj-build': No such file or directory
Closing this as deprecated. Feel free to test build pipeline for the 3.6.0 version.
A line to remove build dir was added in https://github.com/MaxRev-Dev/gdal.netcore/commit/7cebd9b51fbbc0cfca4aa5eec377dd8caf874488
Line added to unix/gdal-makefile: $(DEL_DIR) "$(BUILD_ROOT)/$(LW)-build"
This doesn't work on a clean clone, gives this output: