summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstage5
1 files changed, 4 insertions, 1 deletions
diff --git a/stage b/stage
index 270d8fd..e0a369a 100755
--- a/stage
+++ b/stage
@@ -183,10 +183,13 @@ etc/stage-pkg -c $mode -d pkgconf packaging/pkgconf/libpkgconf
etc/stage-pkg -c $mode -d studxml ../studxml/libstudxml
+# For now we also stage libodb-mysql since we clean up the odb/ subdirectory.
+#
etc/stage-pkg -c $mode -d odb \
../odb/builds/default/libodb \
../odb/builds/default/libodb-sqlite \
- ../odb/builds/default/libodb-pgsql
+ ../odb/builds/default/libodb-pgsql \
+ ../odb/builds/default/libodb-mysql
etc/stage-pkg -c $mode build2 \
libbutl \