Commit 09685474 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

quictls: only set `enable-ktls` flag on Linux

parent 27eae99b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@ stdenv.mkDerivation rec {
    "shared" # "shared" builds both shared and static libraries
    "--libdir=lib"
    "--openssldir=etc/ssl"
    "enable-ktls"
  ] ++ lib.optionals withCryptodev [
    "-DHAVE_CRYPTODEV"
    "-DUSE_CRYPTODEV_DIGESTS"