From 4f3d695a1d00e3849e665c89616585d843f44a4b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Sep 2018 17:02:54 +0200 Subject: [PATCH] try to change the directory to see if I am getting libc++ this way --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b4493655..66aed4be 100755 --- a/debian/rules +++ b/debian/rules @@ -737,7 +737,7 @@ endif if test "$(CODECOVERAGE)" = "yes"; then \ REPORT=reports/llvm-toolchain.info; \ mkdir -p reports/; \ - lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \ + lcov --directory . --capture --ignore-errors source --output-file $$REPORT; \ lcov --remove $$REPORT "/usr*" -o $$REPORT; \ genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \ chmod 0755 $(find reports/coverage -type d); \