Fix macOS .dylib build when VERSION contains letters.
commit6b967b1285704db13188895d86e7b3b34c3d2ff4
authorBen C <ben.c.dev@outlook.com>
Thu, 26 Oct 2023 02:17:35 +0000 (25 22:17 -0400)
committerBen C <ben.c.dev@outlook.com>
Thu, 26 Oct 2023 02:38:07 +0000 (25 22:38 -0400)
treeb826657d36ff3f99e8efe580079de9d43e3dd255
parentf44060f8fcdfa9a21bb63476cf2758d497a053b9
Fix macOS .dylib build when VERSION contains letters.

macOS builds with --disable-static fail to link if the version number
contains letters because of the -current_version and
-compatibility_version arguments (current version is 0.9.28rc).

This commit adds a new MACOS_DYLIB_VERSION variable to config.mak for
builds that target macOS. It has no impact on other targets.
Makefile
configure