diff options
-rwxr-xr-x | stage | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 \ |