aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:38:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:38:40 +0200
commit6d90933d6b8c8fb10dc56be5b653f2d43d7c7fc5 (patch)
tree144f069b345c491cf8d1fa76f5313c5e1200bd80
parent85de4b5e564c6797c834236b21f2a0ed70c39588 (diff)
Add missing -I to odb.sh
-rwxr-xr-xbrep/odb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/odb.sh b/brep/odb.sh
index 5e16f45..7fb7fa0 100755
--- a/brep/odb.sh
+++ b/brep/odb.sh
@@ -12,7 +12,7 @@ lib="\
$odb $lib -d pgsql --std c++11 --generate-query \
--odb-epilogue '#include <brep/wrapper-traits>' \
--hxx-prologue '#include <brep/wrapper-traits>' \
- -I .. -I ../../libbpkg -I ../../libbutl \
+ -I .. -I ../../libbbot -I ../../libbpkg -I ../../libbutl \
--hxx-suffix "" --include-with-brackets \
--include-prefix brep --guard-prefix BREP \
common
@@ -21,7 +21,7 @@ $odb $lib -d pgsql --std c++11 --generate-query --generate-schema \
--schema-format sql --schema-format embedded --schema-name package \
--generate-prepared --odb-epilogue '#include <brep/wrapper-traits>' \
--hxx-prologue '#include <brep/package-traits>' \
- -I .. -I ../../libbpkg -I ../../libbutl \
+ -I .. -I ../../libbbot -I ../../libbpkg -I ../../libbutl \
--hxx-suffix "" --include-with-brackets \
--include-prefix brep --guard-prefix BREP \
package