Skip to content

Commit

Permalink
Fix venvwlauncher to run pythonw
Browse files Browse the repository at this point in the history
  • Loading branch information
chrullrich committed Oct 28, 2024
1 parent e1190c0 commit b08755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCbuild/venvwlauncher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>EXENAME=L"$(PyExeName)$(PyDebugExt).exe";_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>EXENAME=L"$(PyWExeName)$(PyDebugExt).exe";_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<ResourceCompile>
Expand Down

0 comments on commit b08755a

Please sign in to comment.