| ... | @@ -64,7 +64,7 @@ pub fn create_depszig(alloc: std.mem.Allocator, cachepath: string, dir: std.fs.D | ... | @@ -64,7 +64,7 @@ pub fn create_depszig(alloc: std.mem.Allocator, cachepath: string, dir: std.fs.D |
| 64 | \\ llc = true; | 64 | \\ llc = true; |
| 65 | \\ } | 65 | \\ } |
| 66 | \\ for (pkg.frameworks) |item| { | 66 | \\ for (pkg.frameworks) |item| { |
| 67 | \\ if (!std.Target.current.isDarwin()) @panic(exe.builder.fmt("a dependency is attempting to link to the framework {s}, which is only possible under Darwin", .{item})); | 67 | \\ if (!builtin.target.isDarwin()) @panic(exe.builder.fmt("a dependency is attempting to link to the framework {s}, which is only possible under Darwin", .{item})); |
| 68 | \\ exe.linkFramework(item); | 68 | \\ exe.linkFramework(item); |
| 69 | \\ llc = true; | 69 | \\ llc = true; |
| 70 | \\ } | 70 | \\ } |