Skip to content

Commit 6d1fb89

Browse files
[FIX] (compilation database): pass the build command to bear after --
1 parent 1105d48 commit 6d1fb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cov-build:
6969
# with illegal UTF-8 that make Bear unhappy.
7070
compile_commands.json:
7171
$(MAKE) clean
72-
bear $(MAKE) check TESTS=
72+
bear -- $(MAKE) check TESTS=
7373
oclint: compile_commands.json
7474
$(OCLINT_JCD) -e src/protobufs -- $(OCLINT_OPTIONS)
7575

0 commit comments

Comments
 (0)