Commit de108b11 authored by Emily Trau's avatar Emily Trau Committed by github-actions[bot]
Browse files

poco: fix static build

(cherry picked from commit 369650ef)
parent f0862973
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
  MYSQL_DIR = libmysqlclient;
  MYSQL_INCLUDE_DIR = "${MYSQL_DIR}/include/mysql";

  cmakeFlags = [
    "-DPOCO_UNBUNDLED=ON"
  configureFlags = [
    "--unbundled"
  ];

  postFixup = ''