openblas: adjust makeFlags handling
This commit is contained in:
parent
34beeb7d51
commit
d7806fe4ed
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ stdenv.mkDerivation rec {
|
|||
NO_STATIC = true;
|
||||
CROSS = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||
HOSTCC = "cc";
|
||||
NO_BINARY_MODE = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||
# Makefile.system only checks defined status
|
||||
NO_BINARY_MODE = toString (stdenv.hostPlatform != stdenv.buildPlatform);
|
||||
});
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue