mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-16 00:21:24 +00:00
chore(fmt): zig fmt build.zig to pass test
This commit is contained in:
committed by
Mitchell Hashimoto
parent
4e2e765fd4
commit
caad13e232
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user