mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #176494 from puffnfresh/package/jpegexiforient
jpegexiforient: fix cross-compilation
This commit is contained in:
commit
6b77eaaea8
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
cp $src jpegexiforient.c
|
||||
'';
|
||||
buildPhase = ''
|
||||
cc -o jpegexiforient jpegexiforient.c
|
||||
$CC -o jpegexiforient jpegexiforient.c
|
||||
'';
|
||||
installPhase = ''
|
||||
install -Dt $out/bin jpegexiforient
|
||||
|
Loading…
Reference in New Issue
Block a user