mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line.
Adds shebang line to prepare_ssl so it will run with py.exe.
This commit is contained in:
parent
fdbeb2b4b6
commit
ac2bd5b1e8
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#! /usr/bin/env python3
|
||||
# Script for preparing OpenSSL for building on Windows.
|
||||
# Uses Perl to create nmake makefiles and otherwise prepare the way
|
||||
# for building on 32 or 64 bit platforms.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue