mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add XXX warning about fishy line
This commit is contained in:
parent
49b1226781
commit
77b300895c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ def realwork(vars, files, target):
|
|||
print
|
||||
print "target =", target
|
||||
print "pythonhome =", vars['prefix']
|
||||
# XXX The following line is fishy and may need manual fixing
|
||||
print "pythonlib =", vars['exec_prefix'] + "/pcbuild/release/python15.lib"
|
||||
print "subsystem =", vars['subsystem']
|
||||
print
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue