From 41ae5f4e70a44fb182dbfe7e9887a998b376f6ed Mon Sep 17 00:00:00 2001 From: John Brimley Date: Mon, 27 Jan 2025 23:18:03 -0700 Subject: [PATCH] Fixed linting --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 267df8bc51..59fc0b8ecf 100755 --- a/configure.py +++ b/configure.py @@ -623,7 +623,7 @@ def has_re2c() -> bool: n.comment('Tests all build into ninja_test executable.') # Test-specific version of cflags, must include the GoogleTest - # include directory. + # include directory. test_cflags = cflags.copy() test_cflags.append('-I' + os.path.join(gtest_src_dir, 'googletest', 'include'))