mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Port of revision 51902 in release25-maint to the trunk
This commit is contained in:
parent
43fd99c8f8
commit
3564c4622f
2 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,8 @@ def main():
|
|||
makescript(GXX_SCRIPT, "g++")
|
||||
# Finally fix the makefile
|
||||
rv = fix(MAKEFILE, do_apply)
|
||||
sys.exit(rv)
|
||||
#sys.exit(rv)
|
||||
sys.exit(0)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue