mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
Specify the bufferoverflowU.lib to the makefile on the command line
(for ReleaseAMD64 builds).
This commit is contained in:
parent
d34f9e9a54
commit
46950bae3e
2 changed files with 4 additions and 3 deletions
|
@ -170,7 +170,7 @@ def main():
|
|||
if debug:
|
||||
defs = defs + " " + "DEBUG=1"
|
||||
if arch in ('amd64', 'ia64'):
|
||||
defs = defs + " EXTRA_CFLAGS=/GS-"
|
||||
defs = defs + " EXTRA_CFLAGS=/GS- EXTRA_LIBS=bufferoverflowU.lib"
|
||||
makeCommand = 'nmake /nologo -f _ssl.mak ' + defs + " " + make_flags
|
||||
print "Executing:", makeCommand
|
||||
sys.stdout.flush()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue