aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/coverage
diff options
context:
space:
mode:
Diffstat (limited to 'bin/coverage')
-rwxr-xr-xbin/coverage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/coverage b/bin/coverage
index 7390d7e638..f7c2cf8cd8 100755
--- a/bin/coverage
+++ b/bin/coverage
@@ -34,7 +34,7 @@ bin/sync
bin/fetch-gn
#TODO: make this work with Clang.
-ARGS='cc="gcc" cxx="g++" extra_cflags="--coverage" extra_ldflags="--coverage"'
+ARGS='cc="gcc" cxx="g++" extra_cflags=["--coverage"] extra_ldflags=["--coverage"]'
gn gen --args="$ARGS" "$BUILD"
ninja -C "$BUILD" "$EXECUTABLE"