There was an error while loading. Please reload this page.
1 parent 783a13c commit 307d08bCopy full SHA for 307d08b
PCbuild/pythoncore.vcxproj
@@ -429,7 +429,7 @@
429
</ClCompile>
430
</ItemGroup>
431
</Target>
432
- <Target Name="_WarnAboutToolset" BeforeTargets="PrepareForBuild" Condition="$(PlatformToolset) != 'v140'">
+ <Target Name="_WarnAboutToolset" BeforeTargets="PrepareForBuild" Condition="$(PlatformToolset) != 'v140' and $(PlatformToolset) != 'v141'">
433
<Warning Text="Toolset $(PlatformToolset) is not used for official builds. Your build may have errors or incompatibilities." />
434
435
</Project>
0 commit comments