Merge pull request #279404 from trofi/llvm-bintool-targtePrefix-eval-fix
llvmPackages.bintools.bintools: expose `targetPrefix` attribute to ma…
This commit is contained in:
commit
4994d382bb
@ -8,6 +8,7 @@ runCommand "llvm-binutils-${version}"
|
||||
preferLocalBuild = true;
|
||||
passthru = {
|
||||
isLLVM = true;
|
||||
inherit targetPrefix;
|
||||
};
|
||||
}
|
||||
(''
|
||||
|
Loading…
Reference in New Issue
Block a user