mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
openssl: Add configureScript entry for powerpc64-linux
This commit is contained in:
parent
35427292fe
commit
02424c9bc8
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ let
|
|||
aarch64-darwin = "./Configure darwin64-arm64-cc";
|
||||
x86_64-linux = "./Configure linux-x86_64";
|
||||
x86_64-solaris = "./Configure solaris64-x86_64-gcc";
|
||||
powerpc64-linux = "./Configure linux-ppc64";
|
||||
riscv64-linux = "./Configure linux64-riscv64";
|
||||
}.${stdenv.hostPlatform.system} or (
|
||||
if stdenv.hostPlatform == stdenv.buildPlatform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue