diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-27 23:57:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-27 23:57:16 +0200 |
commit | 1963538d18459e1e9f09808912cb0aae9ace1f3c (patch) | |
tree | c1b98011494ac6559eade509195118bdf53344df /buildfile | |
parent | b5b996507c6287b5216a7c628adfdf23ec7dc4a2 (diff) |
Use bpkg structs in package
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ brep=brep/{diagnostics module options package package-odb search view} web=web/apache/{request service} -libso{brep}: cxx{$brep $web services} +import libs += libbpkg + +libso{brep}: cxx{$brep $web services} $libs cxx.poptions += -I$src_root cxx.libs += -lodb-pgsql -lodb |