mirror of
https://github.com/python/cpython.git
synced 2024-12-02 22:35:26 +08:00
When writing the Windows Makefile, don't forget to strip some filenames
of their output directory prefix.
This commit is contained in:
parent
6663b22198
commit
31d53ed93c
@ -287,8 +287,9 @@ def main():
|
||||
try:
|
||||
winmakemakefile.makemakefile(outfp,
|
||||
locals(),
|
||||
[frozenmain_c, frozen_c],
|
||||
target)
|
||||
[frozenmain_c,
|
||||
os.path.basename(frozen_c)],
|
||||
os.path.basename(target))
|
||||
finally:
|
||||
outfp.close()
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user