mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
lz4: fix cross compilation to linux
This commit is contained in:
parent
572e24048b
commit
d6ef66212b
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
||||
]
|
||||
# TODO make full dictionary
|
||||
++ lib.optional stdenv.hostPlatform.isMinGW "TARGET_OS=MINGW"
|
||||
++ lib.optional stdenv.hostPlatform.isLinux "TARGET_OS=Linux"
|
||||
;
|
||||
|
||||
doCheck = false; # tests take a very long time
|
||||
|
Loading…
Reference in New Issue
Block a user