diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-28 17:28:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-28 17:28:55 +0200 |
commit | 38bb6be4c90c7fbf95b8e5345de21175d3f1ebd7 (patch) | |
tree | 84951cb58515bb8258b6bced4f33b475864a40e4 /load | |
parent | ae9319f689d9c38c08cb697ea365506d47642873 (diff) |
Update build infrastructure
Diffstat (limited to 'load')
-rw-r--r-- | load/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/load/buildfile b/load/buildfile index 8cd61fc..db5a5ac 100644 --- a/load/buildfile +++ b/load/buildfile @@ -2,10 +2,10 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbpkg%lib{bpkg} -import libs += libbutl%lib{butl} +import libs = libodb%lib{odb} import libs += libodb-pgsql%lib{odb-pgsql} -import libs += libodb%lib{odb} +import libs += libbutl%lib{butl} +import libs += libbpkg%lib{bpkg} include ../brep/ |