Commit cd972b65 authored by Niklas Korz's avatar Niklas Korz Committed by github-actions[bot]
Browse files

scummvm: fix aarch64-darwin ranlib path

(cherry picked from commit a0d202cd)
parent 56787b89
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -74,8 +74,7 @@ stdenv.mkDerivation rec {
    ''
    + lib.optionalString stdenv.hostPlatform.isDarwin ''
      substituteInPlace config.mk \
        --replace x86_64-apple-darwin-ranlib ${cctools}/bin/ranlib \
        --replace aarch64-apple-darwin-ranlib ${cctools}/bin/ranlib
        --replace-fail ${stdenv.hostPlatform.config}-ranlib ${cctools}/bin/ranlib
    '';

  NIX_CFLAGS_COMPILE = [ "-fpermissive" ];