koordinates / kart

Distributed version-control for geospatial and tabular data
https://kartproject.org
Other
515 stars 39 forks source link

Fix build issue involving macos major/minor versions #986

Closed olsen232 closed 2 months ago

olsen232 commented 2 months ago

Minimal fix for hidden build issue (not causing CI failures, but is causing local failures) - just makes sure we replace a string like "13.0" with another string like "14.0" - that is, we always replace MAJOR.MINOR with another string MAJOR.MINOR

Otherwise, the resulting substitution could cause unwanted digit to disappear (this was already fixed a year ago in aae2585 ) or appear (the symmetrical fix is added here).