Skip to content

Commit 1743734

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? vcxproj: adjust for the reftable changes
Needed by Git for Windows' recent vcxproj adjustments ("vcxproj: unclash project directories with build outputs"). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5b8236a commit 1743734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/buildsystems/Generators/Vcxproj.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ EOM
245245
EOM
246246
if (!($name =~ /xdiff|libreftable/)) {
247247
print F << "EOM";
248-
<ProjectReference Include="$cdup\\reftable\\libreftable\\libreftable.vcxproj">
248+
<ProjectReference Include="$cdup\\reftable\\libreftable.proj\\libreftable.vcxproj">
249249
<Project>$uuid_libreftable</Project>
250250
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
251251
</ProjectReference>

0 commit comments

Comments
 (0)