Files
llama.cpp/src
Rhys-T 63908b631a cmake: fix Mach-O current version number (#17877)
PR #17091 set the VERSION of various libraries to 0.0.abcd, where abcd
is the LLAMA_BUILD_NUMBER. That build number is too large to fit in the
Mach-O 'current version' field's 'micro' part, which only goes up to
255. This just sets the Mach-O current version to 0 to get it building
properly again.

Fixes #17258.
2025-12-09 13:17:41 +02:00
..
2025-12-09 04:49:03 +01:00
2025-09-05 17:32:39 -06:00
2025-09-05 17:32:39 -06:00
2025-11-28 12:02:56 +01:00