Skip to content

Commit c830bb9

Browse files
committed
Fix tk usage
1 parent fa03bff commit c830bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/rebuildpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def run_rebuild():
460460
if __np__.getToolsInstallDir() in file:
461461
continue
462462
link_flags += [file]
463+
link_libs += [file]
463464

464465
compiler.compile(
465466
["python.c"], output_dir=build_dir, include_dirs=include_dirs, macros=macros

0 commit comments

Comments
 (0)