summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorScott Graham <sgraham@gmail.com>2012-01-04 22:18:17 (GMT)
committerEvan Martin <martine@danga.com>2012-01-04 22:18:39 (GMT)
commitf4df3f731a732a11861145b310cbd252c52e8cfe (patch)
treea05863addb5f30c7f78104c4f3c78339b81df30b /configure.py
parent4a09acf125285fd773f2df0f00b2783aaa9f2f6f (diff)
downloadNinja-f4df3f731a732a11861145b310cbd252c52e8cfe.zip
Ninja-f4df3f731a732a11861145b310cbd252c52e8cfe.tar.gz
Ninja-f4df3f731a732a11861145b310cbd252c52e8cfe.tar.bz2
windows: more build fixes
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 4b3579d..48ccae9 100755
--- a/configure.py
+++ b/configure.py
@@ -140,7 +140,7 @@ n.newline()
if platform == 'windows':
n.rule('cxx',
- command='$cxx $cflags -c $in /Fo $out',
+ command='$cxx $cflags -c $in /Fo$out',
depfile='$out.d',
description='CXX $out')
else: