| ... | ... | @@ -1416,7 +1416,7 @@ pub const LibExeObjStep = struct { |
| 1416 | 1416 | self.builder.installArtifact(self); |
| 1417 | 1417 | } |
| 1418 | 1418 | |
| 1419 | | pub fn installRaw(self: *LibExeObjStep, dest_filename: [] const u8) void { |
| 1419 | pub fn installRaw(self: *LibExeObjStep, dest_filename: []const u8) void { |
| 1420 | 1420 | self.builder.installRaw(self, dest_filename); |
| 1421 | 1421 | } |
| 1422 | 1422 | |
| ... | ... | @@ -2135,7 +2135,7 @@ pub const LibExeObjStep = struct { |
| 2135 | 2135 | try zig_args.append("-isystem"); |
| 2136 | 2136 | try zig_args.append(self.builder.pathFromRoot(include_path)); |
| 2137 | 2137 | }, |
| 2138 | | .OtherStep => |other| { |
| 2138 | .OtherStep => |other| if (!other.disable_gen_h) { |
| 2139 | 2139 | const h_path = other.getOutputHPath(); |
| 2140 | 2140 | try zig_args.append("-isystem"); |
| 2141 | 2141 | try zig_args.append(fs.path.dirname(h_path).?); |