8000 Include debug on Windows · dlech/python-versions@91c37bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 91c37bb

Browse files
authored
Include debug on Windows
This adds the installer option to include the debug binaries (i.e. `python_d.exe`) on Windows. Fixes actions/setup-python#86
1 parent 41e5bb2 commit 91c37bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/win-setup-template.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Get-ExecParams {
6767
if ($IsMSI) {
6868
"TARGETDIR=$PythonArchPath ALLUSERS=1"
6969
} else {
70-
"DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1"
70+
"DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1 Include_debug=1"
7171
}
7272
}
7373

0 commit comments

Comments
 (0)
0