Merge pull request #89879 from euank/fix-odbc-sqlite

unixODBCDrivers: fix sqlite driver to link with sqlite3
This commit is contained in:
Aaron Andersen
2020-06-09 06:35:31 -04:00
committed by GitHub

View File

@@ -108,7 +108,7 @@
buildInputs = [ unixODBC sqlite zlib libxml2 ];
configureFlags = [ "--with-odbc=${unixODBC}" ];
configureFlags = [ "--with-odbc=${unixODBC}" "--with-sqlite3=${sqlite.dev}" ];
installTargets = [ "install-3" ];