chore(fmt): zig fmt build.zig to pass test

This commit is contained in:
0xDVC
2026-04-23 08:59:04 +00:00
committed by Mitchell Hashimoto
parent 4e2e765fd4
commit caad13e232

View File

@@ -160,7 +160,7 @@ pub fn build(b: *std.Build) !void {
"emit-lib-vt-xcframework",
"Emit libghostty-vt XCFramework (requires xcodebuild/full Xcode).",
) orelse false;
if (config.emit_lib_vt and emit_lib_vt_xcframework and builtin.os.tag.isDarwin() and config.target.result.os.tag.isDarwin()) {
const apple_libs = try buildpkg.GhosttyLibVt.initStaticAppleUniversal(
b,