From 3ed9e56b752b7eeb19f73313c2dcb362996516dd 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(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index e47908df..90638698 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 v1.2.1