| ... | @@ -1032,11 +1032,6 @@ pub fn addObject(self: *Compile, obj: *Compile) void { | ... | @@ -1032,11 +1032,6 @@ pub fn addObject(self: *Compile, obj: *Compile) void { |
| 1032 | self.linkLibraryOrObject(obj); | 1032 | self.linkLibraryOrObject(obj); |
| 1033 | } | 1033 | } |
| 1034 | | 1034 | |
| 1035 | pub const addSystemIncludeDir = @compileError("deprecated; use addSystemIncludePath"); | | |
| 1036 | pub const addIncludeDir = @compileError("deprecated; use addIncludePath"); | | |
| 1037 | pub const addLibPath = @compileError("deprecated, use addLibraryPath"); | | |
| 1038 | pub const addFrameworkDir = @compileError("deprecated, use addFrameworkPath"); | | |
| 1039 | | | |
| 1040 | pub fn addSystemIncludePath(self: *Compile, path: []const u8) void { | 1035 | pub fn addSystemIncludePath(self: *Compile, path: []const u8) void { |
| 1041 | const b = self.step.owner; | 1036 | const b = self.step.owner; |
| 1042 | self.include_dirs.append(IncludeDir{ .raw_path_system = b.dupe(path) }) catch @panic("OOM"); | 1037 | self.include_dirs.append(IncludeDir{ .raw_path_system = b.dupe(path) }) catch @panic("OOM"); |