mirror of https://github.com/python/cpython
Add XXX warning about fishy line
This commit is contained in:
parent
49b1226781
commit
77b300895c
|
@ -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…
Reference in New Issue