zig 0.15: build on macOS

This commit is contained in:
Mitchell Hashimoto
2025-10-02 15:38:32 -07:00
parent 0112607532
commit f0cfaa9580

View File

@@ -28,7 +28,9 @@ pub fn initStatic(
.omit_frame_pointer = deps.config.strip,
.unwind_tables = if (deps.config.strip) .none else .sync,
}),
.linkage = .static,
// Fails on self-hosted x86_64 on macOS
.use_llvm = true,
});
lib.linkLibC();