diff options
author | Steve Dower <steve.dower@python.org> | 2019-06-22 21:08:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-22 21:08:02 (GMT) |
commit | fa23bd286fb7719bd7601da0b713457589f5536f (patch) | |
tree | 15e5eca38c3d7001fc32519945edf1cf4ef76524 /Tools/msi/README.txt | |
parent | 9b32b44d3ec298e02c33fea1aa842f52c9650243 (diff) | |
download | cpython-fa23bd286fb7719bd7601da0b713457589f5536f.zip cpython-fa23bd286fb7719bd7601da0b713457589f5536f.tar.gz cpython-fa23bd286fb7719bd7601da0b713457589f5536f.tar.bz2 |
bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)
Diffstat (limited to 'Tools/msi/README.txt')
-rw-r--r-- | Tools/msi/README.txt | 4 |
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 |