We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9733e commit a6c6ff4Copy full SHA for a6c6ff4
.jenkins.d/30-coverage.sh
@@ -35,6 +35,7 @@ genhtml \
35
--quiet \
36
--branch-coverage \
37
--demangle-cpp \
38
+ --flat \
39
--legend \
40
--missed \
41
--show-proportion \
wscript
@@ -117,7 +117,7 @@ def build(bld):
117
source='libndn-nac.pc.in',
118
target='libndn-nac.pc',
119
install_path='${LIBDIR}/pkgconfig',
120
- VERSION=VERSION)
+ VERSION=VERSION_BASE)
121
122
def docs(bld):
123
from waflib import Options
0 commit comments