mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
scummvm: fix aarch64-darwin ranlib path
This commit is contained in:
parent
31ea39ffbb
commit
a0d202cd8d
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ stdenv.mkDerivation rec {
|
||||||
''
|
''
|
||||||
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
|
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||||
substituteInPlace config.mk \
|
substituteInPlace config.mk \
|
||||||
--replace x86_64-apple-darwin-ranlib ${cctools}/bin/ranlib \
|
--replace-fail ${stdenv.hostPlatform.config}-ranlib ${cctools}/bin/ranlib
|
||||||
--replace aarch64-apple-darwin-ranlib ${cctools}/bin/ranlib
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
|
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue