| ... | @@ -81,8 +81,8 @@ fn make(step: *Step) !void { | ... | @@ -81,8 +81,8 @@ fn make(step: *Step) !void { |
| 81 | try builder.updateFile(self.artifact.getOutputPdbSource().getPath(builder), full_pdb_path); | 81 | try builder.updateFile(self.artifact.getOutputPdbSource().getPath(builder), full_pdb_path); |
| 82 | } | 82 | } |
| 83 | if (self.h_dir) |h_dir| { | 83 | if (self.h_dir) |h_dir| { |
| 84 | const full_pdb_path = builder.getInstallPath(h_dir, self.artifact.out_h_filename); | 84 | const full_h_path = builder.getInstallPath(h_dir, self.artifact.out_h_filename); |
| 85 | try builder.updateFile(self.artifact.getOutputHSource().getPath(builder), full_pdb_path); | 85 | try builder.updateFile(self.artifact.getOutputHSource().getPath(builder), full_h_path); |
| 86 | } | 86 | } |
| 87 | self.artifact.installed_path = full_dest_path; | 87 | self.artifact.installed_path = full_dest_path; |
| 88 | } | 88 | } |