Skip to content

Commit

Permalink
fix: compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nottinghster authored Dec 23, 2024
1 parent 9cf3331 commit 0620181
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions vc17/otclient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,11 @@
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
<VcpkgAutoLink>true</VcpkgAutoLink>
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgInstalledDir>vcpkg_installed</VcpkgInstalledDir>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<VcpkgTriplet>x86-windows</VcpkgTriplet>
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgInstalledDir>vcpkg_installed</VcpkgInstalledDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Vcpkg">
<VcpkgTriplet>x64-windows</VcpkgTriplet>
Expand Down Expand Up @@ -666,4 +664,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 0620181

Please sign in to comment.