My options are rather limited unfortunately. I'd love to bump our GDAL from
3.3.0 to 3.5.0+ to pick up the CMake, but I'm not able to do that right
now. So I'm stuck building it for Android in Git bash with the pre-Cmake
options.
That said, in the end, I've given up on building it this way. I susp
git bash, quotes, make, this seems to add a lot of complication when you
could directly run cmake+ninja for fast builds on windows.
I think you shoudn't try to pass escaped quotes, but just quote the
whole arguments as in
... "-DINST_DATA=/c/prefix_path/shared"
"-DSYSCONF_DIR=/c/prefix_path
Hello!
We've been using a custom CMakeLists.txt for years to build a subset of
GDAL for Android but I'm attempting to move us to building it properly.
Unfortunately, we can't move to 3.5+ quite yet (I'm hoping soon) so I'm
stuck with autoconf. I was happily surprised at how quickly I passed
throug