summaryrefslogtreecommitdiffstats
path: root/Tools/msi/README.txt
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-06-21 21:28:46 (GMT)
committerGitHub <noreply@github.com>2019-06-21 21:28:46 (GMT)
commitf5690925df897cf45818bf944b28d13f37b9f8ca (patch)
tree5c287e9145716d550b7a3305773829d69309579d /Tools/msi/README.txt
parente56a123fd0acaa295a28b98d2e46d956b97d1263 (diff)
downloadcpython-f5690925df897cf45818bf944b28d13f37b9f8ca.zip
cpython-f5690925df897cf45818bf944b28d13f37b9f8ca.tar.gz
cpython-f5690925df897cf45818bf944b28d13f37b9f8ca.tar.bz2
bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Diffstat (limited to 'Tools/msi/README.txt')
-rw-r--r--Tools/msi/README.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/msi/README.txt b/Tools/msi/README.txt
index 07ea9f7..f5656b9 100644
--- a/Tools/msi/README.txt
+++ b/Tools/msi/README.txt
@@ -159,9 +159,7 @@ The following properties may be passed when building these projects.
/p:BuildForRelease=(true|false)
When true, adds extra verification to ensure a complete installer is
- produced. For example, binutils is required when building for a release
- to generate MinGW-compatible libraries, and the build will be aborted if
- this fails. Defaults to false.
+ produced. Defaults to false.
/p:ReleaseUri=(any URI)
Used to generate unique IDs for the installers to allow side-by-side