create a slightly nicer build.ninja on windows
authorNico Weber <nicolasweber@gmx.de>
Sun, 15 Jun 2014 05:47:05 +0000 (22:47 -0700)
committerNico Weber <nicolasweber@gmx.de>
Sun, 15 Jun 2014 05:47:05 +0000 (22:47 -0700)
configure.py

index c5a6abd..64123a0 100755 (executable)
@@ -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')