summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')