Merge pull request #176494 from puffnfresh/package/jpegexiforient
jpegexiforient: fix cross-compilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user