From 72e81b5bc82e9e8fad70a56074507eec7efff17a Mon Sep 17 00:00:00 2001 From: weijh Date: Sat, 28 Mar 2026 20:29:51 +0800 Subject: [PATCH] llama.mak: Update last tested version in llama.mak --- contrib/llama.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/llama.mak b/contrib/llama.mak index b57dada..25f27e7 100644 --- a/contrib/llama.mak +++ b/contrib/llama.mak @@ -18,7 +18,7 @@ # $ make ... VULKAN_SDK=C:/VulkanSDK/1.4.328.1 # # Incremental builds are unsupported, so clean rebuild after pulling. It -# was last tested at b8124, and an update will inevitably break it. +# was last tested at b8565, and an update will inevitably break it. CC = gcc CXX = g++ @@ -75,6 +75,7 @@ exe = \ tools/mtmd/clip.cpp.o \ tools/mtmd/mtmd-audio.cpp.o \ tools/mtmd/mtmd-helper.cpp.o \ + tools/mtmd/mtmd-image.cpp.o \ tools/mtmd/mtmd.cpp.o \ w64dk-build-info.cpp.o \ w64dk-license.c.o \