mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
openttd: Fixup static zlib path
This commit is contained in:
parent
ed7dbb46a8
commit
fdae7816e3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
prefixKey = "--prefix-dir=";
|
||||
|
||||
configureFlags = [
|
||||
"--with-zlib=${zlib.out}/lib/libz.a"
|
||||
"--with-zlib=${zlib.static}/lib/libz.a"
|
||||
"--without-liblzo2"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue