diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-07 19:09:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-10 22:03:18 +0300 |
commit | 21033565488f6c63b4c40962cccfdc8b6ca32b2a (patch) | |
tree | 44732ab7e1c7a7b25e64b82bf61d293f6cff2f86 /web/buildfile | |
parent | 026377d0c145277b24b3af5fdcf707222e854bd3 (diff) |
Add support for package submission
Diffstat (limited to 'web/buildfile')
-rw-r--r-- | web/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/buildfile b/web/buildfile index 6eb5ee5..df5f812 100644 --- a/web/buildfile +++ b/web/buildfile @@ -8,6 +8,7 @@ # While we don't need to link to APR, we need to find its header location. # import libs = libapr1%lib{apr-1} +import libs += libapreq2%lib{apreq2} import libs += libstudxml%lib{studxml} import libs += libbutl%lib{butl} |