lzlib: fix cross
This commit is contained in:
committed by
Emery Hemingway
parent
69919a28af
commit
c8ae9117bf
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace Makefile.in --replace '-Wl,--soname=' '-Wl,-install_name,$(out)/lib/'
|
||||
'';
|
||||
|
||||
makeFlags = [ "CC:=$(CC)" ];
|
||||
makeFlags = [ "CC:=$(CC)" "AR:=$(AR)" ];
|
||||
doCheck = true;
|
||||
|
||||
configureFlags = [ "--enable-shared" ];
|
||||
|
||||
Reference in New Issue
Block a user