summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-06-15 05:47:05 (GMT)
committerNico Weber <nicolasweber@gmx.de>2014-06-15 05:47:05 (GMT)
commitef647f1e940162611c23d4004491bdaafa28fa81 (patch)
tree41108ee23d85b87bc5c0bf5b070f4a8440ae23ba
parent23a88eaf4c6023cab27cbb5efd4ef1d12cbd3878 (diff)
downloadNinja-ef647f1e940162611c23d4004491bdaafa28fa81.zip
Ninja-ef647f1e940162611c23d4004491bdaafa28fa81.tar.gz
Ninja-ef647f1e940162611c23d4004491bdaafa28fa81.tar.bz2
create a slightly nicer build.ninja on windows
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index c5a6abd..64123a0 100755
--- a/configure.py
+++ b/configure.py
@@ -365,7 +365,7 @@ for name in ['build_log_test',
objs += cxx(name, variables=[('cflags', '$test_cflags')])
if platform.is_windows():
for name in ['includes_normalize_test', 'msvc_helper_test']:
- objs += cxx(name, variables=[('cflags', test_cflags)])
+ objs += cxx(name, variables=[('cflags', '$test_cflags')])
if not platform.is_windows():
test_libs.append('-lpthread')