mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
mrustc: fix llvm_config path
This commit is contained in:
parent
03ca2ca8cb
commit
afaf4b64b3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||
# Use shared mrustc/minicargo/llvm instead of rebuilding them
|
||||
"MRUSTC=${mrustc}/bin/mrustc"
|
||||
"MINICARGO=${mrustc-minicargo}/bin/minicargo"
|
||||
"LLVM_CONFIG=${llvm_7}/bin/llvm-config"
|
||||
"LLVM_CONFIG=${llvm_7.dev}/bin/llvm-config"
|
||||
"RUSTC_TARGET=${rust.toRustTarget stdenv.targetPlatform}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue