diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-12 12:32:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 19:28:03 +0200 |
commit | 54e3c33fb327efe0cbfd806c5468cbe390dafeaa (patch) | |
tree | 2118df87f8ef53ea36f6e53b135cced7590a4648 /build/root.build | |
parent | 2fda89944fa528e05c9f6b4fdcd684f2606582a8 (diff) |
Implement object model for packages
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index d9c5766..bfa96d0 100644 --- a/build/root.build +++ b/build/root.build @@ -2,3 +2,4 @@ using cxx cxx.std = 11 cxx.poptions += -I$src_root -I/usr/include/apr-1 +cxx.libs = -lodb-pgsql -lodb |