Skip to content

Commit ca59ad7

Browse files
committed
Fix .gcno suffix for python libraries
1 parent a55ebca commit ca59ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ymake.core.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ EXTRA_OUTPUT=
241241
when ($CLANG == "yes" || $GCC == "yes") {
242242
when ($BUILD_TYPE == "COVERAGE" || $GCOV_COVERAGE) {
243243
COVERAGE_FLAGS=-fprofile-arcs -ftest-coverage
244-
EXTRA_OUTPUT=${output;noauto;hide;suf=${COMPILE_OUT_SUFFIX}${_CROSS_SUFFIX}.gcno:SRC}
244+
EXTRA_OUTPUT=${output;noauto;hide;suf=${COMPILE_OUT_SUFFIX}${OBJ_SUF}${_CROSS_SUFFIX}.gcno:SRC}
245245
}
246246
}
247247

0 commit comments

Comments
 (0)