mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
Merge pull request #233520 from alyssais/unixODBCDrivers.mariadb-cross
unixODBCDrivers.mariadb: fix cross
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user