We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8819a commit 100db0bCopy full SHA for 100db0b
2 files changed
PCbuild/find_msbuild.bat
@@ -58,3 +58,4 @@
58
@if not defined MSBUILD @echo Failed to find MSBuild
59
@set _Py_MSBuild_Source=
60
@if not defined MSBUILD @exit /b 1
61
+@exit /b 0
PCbuild/python3dll.vcxproj
@@ -142,8 +142,8 @@
142
<_Lines Include="@(_Symbols->'%(Symbol)')" />
143
</ItemGroup>
144
<MakeDir Directories="$(IntDir)" />
145
- <Message Text="Updating python3stub.def" Condition="@(_OriginalLines) != @(_Lines)" Importance="high" />
+ <Message Text="Updating python3stub.def" Condition="@(_Lines) != @(_OriginalLines)" Importance="high" />
146
<WriteLinesToFile File="$(IntDir)python3stub.def" Lines="@(_Lines)" Overwrite="true"
147
- Condition="@(_DefLines) != @(_Lines)" />
+ Condition="@(_Lines) != @(_OriginalLines)" />
148
</Target>
149
</Project>
0 commit comments