mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
os2 patch by Jeff Rush
This commit is contained in:
parent
7db30cad1e
commit
345df170e6
1 changed files with 2 additions and 1 deletions
|
|
@ -298,8 +298,9 @@ def main():
|
|||
cflags = defines + includes + ['$(OPT)']
|
||||
libs = [os.path.join(binlib, 'libpython$(VERSION).a')]
|
||||
|
||||
makevars = parsesetup.getmakevars(makefile_in)
|
||||
somevars = {}
|
||||
if os.path.exists(makefile_in):
|
||||
makevars = parsesetup.getmakevars(makefile_in)
|
||||
for key in makevars.keys():
|
||||
somevars[key] = makevars[key]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue