diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-03-27 00:42:44 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-03-27 00:42:44 (GMT) |
commit | 61977094ad7569d2a594bd8a9538d0e99079b6b1 (patch) | |
tree | bb228bec2eb5996ca86191cf54a27fd2de37152b | |
parent | 1560d9e8fda849f09b74dab27e285af35f850da2 (diff) | |
download | SCons-61977094ad7569d2a594bd8a9538d0e99079b6b1.zip SCons-61977094ad7569d2a594bd8a9538d0e99079b6b1.tar.gz SCons-61977094ad7569d2a594bd8a9538d0e99079b6b1.tar.bz2 |
some debug code to figure out why failing
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1105,6 +1105,8 @@ for p in [ scons ]: commands.append("$PYTHON $PYTHONFLAGS $SETUP_PY bdist_wininst --plat-name=win-amd64 --user-access-control auto") + print "Commands:%s"%commands + env.Command(distutils_targets, build_src_files, commands) # |