| ... | @@ -1149,7 +1149,7 @@ pub fn addVcpkgPaths(self: *Compile, linkage: Compile.Linkage) !void { | ... | @@ -1149,7 +1149,7 @@ pub fn addVcpkgPaths(self: *Compile, linkage: Compile.Linkage) !void { |
| 1149 | | 1149 | |
| 1150 | const include_path = b.pathJoin(&.{ root, "installed", triplet, "include" }); | 1150 | const include_path = b.pathJoin(&.{ root, "installed", triplet, "include" }); |
| 1151 | errdefer allocator.free(include_path); | 1151 | errdefer allocator.free(include_path); |
| 1152 | try self.include_dirs.append(IncludeDir{ .raw_path = include_path }); | 1152 | try self.include_dirs.append(IncludeDir{ .path = .{ .path = include_path } }); |
| 1153 | | 1153 | |
| 1154 | const lib_path = b.pathJoin(&.{ root, "installed", triplet, "lib" }); | 1154 | const lib_path = b.pathJoin(&.{ root, "installed", triplet, "lib" }); |
| 1155 | try self.lib_paths.append(.{ .path = lib_path }); | 1155 | try self.lib_paths.append(.{ .path = lib_path }); |