CMakeLists update

This commit is contained in:
Mitchell Hashimoto
2026-04-24 06:50:43 -07:00
parent 2b46322df8
commit c559cb1735

View File

@@ -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.