Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Dec 23, 2024
1 parent d402573 commit 6badac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vc17/otclient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -639,11 +639,11 @@
<RunProtoCompile>false</RunProtoCompile>
</PropertyGroup>
<PropertyGroup Condition="'$(RunProtoCompile)'=='true'">
<ProtocPath>$(ProjectDir)../vcpkg_installed\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
<ProtocPath>$(ProjectDir)../vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
<ProtoPath>$(SourcePath)protobuf</ProtoPath>
</PropertyGroup>
<PropertyGroup Condition="'$(RunProtoCompile)'=='false'">
<ProtocPath>$(ProjectDir)../vcpkg_installed\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
<ProtocPath>$(ProjectDir)../vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
<ProtoPath>$(GITHUB_WORKSPACE)\src\protobuf</ProtoPath>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 6badac9

Please sign in to comment.