Skip to content

Commit

Permalink
Include debug on Windows
Browse files Browse the repository at this point in the history
This adds the installer option to include the debug binaries (i.e. `python_d.exe`) on Windows.

Fixes actions/setup-python#86
  • Loading branch information
dlech authored Aug 5, 2021
1 parent 41e5bb2 commit 91c37bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/win-setup-template.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Get-ExecParams {
if ($IsMSI) {
"TARGETDIR=$PythonArchPath ALLUSERS=1"
} else {
"DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1"
"DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1 Include_debug=1"
}
}

Expand Down

0 comments on commit 91c37bb

Please sign in to comment.