Skip to content

Commit a6c6ff4

Browse files
committed
build: use base version in pkgconfig file
Change-Id: Ie63edcffa61caafca3d64e77753e45fee8ce55da
1 parent ce9733e commit a6c6ff4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.jenkins.d/30-coverage.sh

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ genhtml \
3535
--quiet \
3636
--branch-coverage \
3737
--demangle-cpp \
38+
--flat \
3839
--legend \
3940
--missed \
4041
--show-proportion \

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def build(bld):
117117
source='libndn-nac.pc.in',
118118
target='libndn-nac.pc',
119119
install_path='${LIBDIR}/pkgconfig',
120-
VERSION=VERSION)
120+
VERSION=VERSION_BASE)
121121

122122
def docs(bld):
123123
from waflib import Options

0 commit comments

Comments
 (0)