diff options
author | Christian Ullrich <chris@chrullrich.net> | 2024-10-29 19:52:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 19:52:52 (GMT) |
commit | 802d405ff1233a48004a7c9b302baa76291514d1 (patch) | |
tree | 1e348aa9baeb4a98cd93c773c12fa50332c8aeb6 /PCbuild | |
parent | 9effa0ff06047f3d957bf37267742a98106581ff (diff) | |
download | cpython-802d405ff1233a48004a7c9b302baa76291514d1.zip cpython-802d405ff1233a48004a7c9b302baa76291514d1.tar.gz cpython-802d405ff1233a48004a7c9b302baa76291514d1.tar.bz2 |
gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/venvwlauncher.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/venvwlauncher.vcxproj b/PCbuild/venvwlauncher.vcxproj index 1b61718..db71282 100644 --- a/PCbuild/venvwlauncher.vcxproj +++ b/PCbuild/venvwlauncher.vcxproj @@ -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> |