diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 13:24:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 13:24:34 +0200 |
commit | ba8e7224d6222f4957d0a367122f2fa39a89f891 (patch) | |
tree | 265882d0ad081e9a42b35dde7701ad61d5529623 | |
parent | 2f741fccafee6d79be32b7236d31c60f3f86f808 (diff) |
Update ODB generation script0.6.0
-rwxr-xr-x | bpkg/odb.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/odb.sh b/bpkg/odb.sh index b1d8787..8aba966 100755 --- a/bpkg/odb.sh +++ b/bpkg/odb.sh @@ -4,9 +4,9 @@ trap 'exit 1' ERR odb=odb lib="\ --I$HOME/work/odb/libodb-sqlite-default \ +-I$HOME/work/odb/builds/default/libodb-sqlite-default \ -I$HOME/work/odb/libodb-sqlite \ --I$HOME/work/odb/libodb-default \ +-I$HOME/work/odb/builds/default/libodb-default \ -I$HOME/work/odb/libodb" $odb $lib -I.. -I../../libbpkg -I../../libbutl \ |