From 1560d9e8fda849f09b74dab27e285af35f850da2 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 26 Mar 2015 17:41:17 -0700 Subject: some debug code to figure out why failing --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index e47908d..9063869 100644 --- a/SConstruct +++ b/SConstruct @@ -861,6 +861,8 @@ for p in [ scons ]: win32_exe = os.path.join(build, 'dist', "%s.win32.exe" % pkg_version) distutils_targets.extend([ win32_exe , win64_exe ]) + print "distutils_targets :%s"%distutils_targets + dist_distutils_targets = [] for target in distutils_targets: -- cgit v0.12