diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-15 18:06:23 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-15 18:06:23 (GMT) |
commit | b6742f9054f368f634a2a269a7ca146a1b250f3b (patch) | |
tree | fc27d9aeb1cb4410ba12a8a4e9f931ccc2c67861 /SConstruct | |
parent | bd4e48adb3f23f80abc8441bf359166fbe9b621c (diff) | |
download | swift-b6742f9054f368f634a2a269a7ca146a1b250f3b.zip swift-b6742f9054f368f634a2a269a7ca146a1b250f3b.tar.bz2 |
Fix compilation on Windows.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,8 +120,8 @@ Export("conf_env") # strings in config.log) ################################################################################ -if env["PLATFORM"] == "win32" : - env["MSVC_BATCH"] = 1 +#if env["PLATFORM"] == "win32" : +# env["MSVC_BATCH"] = 1 # Pretty output def colorize(command, target, color) : |