Skip to content

Commit b08755a

Browse files
committed
Fix venvwlauncher to run pythonw
Fixes python#126084
1 parent e1190c0 commit b08755a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/venvwlauncher.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<PropertyGroup Label="UserMacros" />
9393
<ItemDefinitionGroup>
9494
<ClCompile>
95-
<PreprocessorDefinitions>EXENAME=L"$(PyExeName)$(PyDebugExt).exe";_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95+
<PreprocessorDefinitions>EXENAME=L"$(PyWExeName)$(PyDebugExt).exe";_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9696
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
9797
</ClCompile>
9898
<ResourceCompile>

0 commit comments

Comments
 (0)