summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
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: