Skip to content

Commit

Permalink
DefaultPlatformToolset
Browse files Browse the repository at this point in the history
  • Loading branch information
van800 committed Mar 3, 2025
1 parent 378a2cd commit d62c286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions misc/msvs/props.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
</ItemGroup>

<!-- Required for Rider below this line-->
<PropertyGroup Condition=" '$(PlatformToolset)' == 'Clang' ">
<DefaultPlatformToolset>$(PlatformToolset)</DefaultPlatformToolset>
</PropertyGroup>
<Target Name="Build" Condition=" '$(PlatformToolset)' == 'Clang' ">
<Exec Command="$(NMakeBuildCommandLine)"/>
</Target>
Expand Down
1 change: 0 additions & 1 deletion misc/msvs/vcxproj.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<ConfigurationType>Makefile</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<PlatformToolset>%%PlatformToolset%%</PlatformToolset>
<DefaultPlatformToolset>$(PlatformToolset)</DefaultPlatformToolset>
<OutDir>$(SolutionDir)\bin\$(GodotPlatform)\$(GodotConfiguration)\</OutDir>
<IntDir>obj\$(GodotPlatform)\$(GodotConfiguration)\</IntDir>
<LayoutDir>$(OutDir)\Layout</LayoutDir>
Expand Down

0 comments on commit d62c286

Please sign in to comment.