Unverified Commit d7ac7cc0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

webrtc-audio-processing_0_3: do not break patches (#454403)

parents 734667be 3f9b779b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
    pkg-config
  ];

  patchPhase = lib.optionalString stdenv.hostPlatform.isMusl ''
  postPatch = lib.optionalString stdenv.hostPlatform.isMusl ''
    substituteInPlace webrtc/base/checks.cc --replace 'defined(__UCLIBC__)' 1
  '';