Skip to content

Commit 70569a3

Browse files
committed
Fix venvwlauncher to run pythonw
Fixes #126084
1 parent ced2691 commit 70569a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/venvwlauncher.vcxproj

Lines changed: 1 addition & 1 deletion
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)