mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +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
|
||||||
print "target =", target
|
print "target =", target
|
||||||
print "pythonhome =", vars['prefix']
|
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 "pythonlib =", vars['exec_prefix'] + "/pcbuild/release/python15.lib"
|
||||||
print "subsystem =", vars['subsystem']
|
print "subsystem =", vars['subsystem']
|
||||||
print
|
print
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue