poco: fix static build

This commit is contained in:
Emily Trau 2023-11-29 12:41:25 +11:00
parent 10ee18ca92
commit 369650ef38

View File

@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
MYSQL_DIR = libmysqlclient;
MYSQL_INCLUDE_DIR = "${MYSQL_DIR}/include/mysql";
cmakeFlags = [
"-DPOCO_UNBUNDLED=ON"
configureFlags = [
"--unbundled"
];
postFixup = ''