Skip to content

Commit abada33

Browse files
Use C++ standard library regexes in the benchmark library (flutter#674)
This enables use of the benchmark library on Windows. See flutter/engine#38993
1 parent 6d0e540 commit abada33

File tree

1 file changed

+1
-1
lines changed
  • build/secondary/third_party/benchmark

1 file changed

+1
-1
lines changed

build/secondary/third_party/benchmark/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static_library("benchmark") {
5454
]
5555
public_configs = [ ":benchmark_config" ]
5656
defines = [
57-
"HAVE_POSIX_REGEX",
57+
"HAVE_STD_REGEX",
5858
"HAVE_THREAD_SAFETY_ATTRIBUTES",
5959
]
6060
}

0 commit comments

Comments
 (0)