Merge pull request #233520 from alyssais/unixODBCDrivers.mariadb-cross

unixODBCDrivers.mariadb: fix cross
This commit is contained in:
Rick van Schijndel 2023-05-25 22:56:58 +02:00 committed by GitHub
commit 45ed0820a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,8 @@
'';
cmakeFlags = [
"-DODBC_LIB_DIR=${lib.getLib unixODBC}/lib"
"-DODBC_INCLUDE_DIR=${lib.getDev unixODBC}/include"
"-DWITH_OPENSSL=ON"
# on darwin this defaults to ON but we want to build against unixODBC
"-DWITH_IODBC=OFF"