summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-20 17:30:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-20 17:30:48 +0200
commitc3f0d75cdfdd983de8d4c35fffda45602ca15b6c (patch)
treed49170ad9a957464c6a7d0396673a65918a07f70
parentb7bb436e09610751cb39e958f14d7419ae9e16a3 (diff)
Add ODB compiler package to stage script
-rwxr-xr-xstage1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage b/stage
index 88c41ca..024ed16 100755
--- a/stage
+++ b/stage
@@ -245,6 +245,7 @@ etc/stage-pkg -c $mode -d hello hello/libhello-1.0
# For now we also stage libodb-mysql.
#
etc/stage-pkg -c $mode -d odb \
+ ../odb/odb \
../odb/builds/default/libodb \
../odb/builds/default/libodb-sqlite \
../odb/builds/default/libodb-pgsql \