forked from mirrors/nixpkgs
openttd: Fixup static zlib path
This commit is contained in:
parent
ed7dbb46a8
commit
fdae7816e3
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
prefixKey = "--prefix-dir=";
|
prefixKey = "--prefix-dir=";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-zlib=${zlib.out}/lib/libz.a"
|
"--with-zlib=${zlib.static}/lib/libz.a"
|
||||||
"--without-liblzo2"
|
"--without-liblzo2"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue