diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-18 14:57:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-18 14:57:50 +0200 |
commit | b7bb436e09610751cb39e958f14d7419ae9e16a3 (patch) | |
tree | af31f87f49c27fae67df4e819446c2ee079e39e2 /stage | |
parent | 793890071408ac99dd864d495d131b12b0b4330d (diff) |
Actually add libodb-mssql to stage script
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -249,7 +249,8 @@ etc/stage-pkg -c $mode -d odb \ ../odb/builds/default/libodb-sqlite \ ../odb/builds/default/libodb-pgsql \ ../odb/builds/default/libodb-mysql \ - ../odb/builds/default/libodb-oracle + ../odb/builds/default/libodb-oracle \ + ../odb/builds/default/libodb-mssql etc/stage-pkg -c $mode build2 \ libbutl \ |