Skip to content

Commit 5c14649

Browse files
committed
sp
1 parent 93557de commit 5c14649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcpkg.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
When building the .sln, we will write a file to indicate which triplet should be used in all projects.
5959
Each project will later read this file to verify that it is using the same triplet. -->
6060
<_IsBuildingSln>$(MSBuildProjectName.EndsWith('.sln'))</_IsBuildingSln>
61-
<_TripletFile>$(VcpkgInstalledDir).solutiontriplet</_TripletFile>
61+
<_TripletFile>$(VcpkgInstalledDir).solution-triplet</_TripletFile>
6262
</PropertyGroup>
6363

6464
<Target Name="WriteSolutionTripletToFile"

0 commit comments

Comments
 (0)