Merge pull request #274047 from Artturin/fixtypo2
This commit is contained in:
commit
da19c5e2dc
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
stdenvNoLibs =
|
||||
if stdenv.hostPlatform != stdenv.buildPlatform && (stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isDarwin.useLLVM or false)
|
||||
if stdenv.hostPlatform != stdenv.buildPlatform && (stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.useLLVM or false)
|
||||
then
|
||||
# We cannot touch binutils or cc themselves, because that will cause
|
||||
# infinite recursion. So instead, we just choose a libc based on the
|
||||
|
|
Loading…
Reference in a new issue