os2 patch by Jeff Rush
This commit is contained in:
parent
7db30cad1e
commit
345df170e6
|
@ -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…
Reference in New Issue