Skip to content

Commit bccaa44

Browse files
committed
Emit pkg-config info for bencode
1 parent 1b76598 commit bccaa44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.bfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- python -*-
22

33
bfg9000_required_version('>=0.5.0')
4-
project('bencode_hpp', version='0.2-dev')
4+
project('bencodehpp', version='0.2-dev')
55

66
global_options([opts.std(argv.std)], lang='c++')
77

@@ -26,4 +26,5 @@ try:
2626
except PackageResolutionError:
2727
warning('mettle not found; tests disabled')
2828

29+
pkg_config()
2930
extra_dist(files=['README.md', 'LICENSE'])

0 commit comments

Comments
 (0)