mrustc: fix llvm_config path

This commit is contained in:
Jonathan Ringer 2021-05-07 14:31:58 -07:00 committed by Jonathan Ringer
parent 03ca2ca8cb
commit afaf4b64b3

View file

@ -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}"
];