From c559cb173576078365d50f3960fd79bc43b4b6ba Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 24 Apr 2026 06:50:43 -0700 Subject: [PATCH] CMakeLists update --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d80ab40a1..4d419a8f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,8 +178,8 @@ add_dependencies(ghostty-vt zig_build_lib_vt) # Static # # On Linux and macOS, the static library is a fat archive that bundles -# the vendored SIMD dependencies (highway, simdutf). Consumers -# only need to link libc. +# the vendored SIMD dependencies (highway, simdutf) with no libc or +# libc++ runtime requirements. # # On Windows, the SIMD dependencies are not bundled and must be linked # separately.