python3Packages.llvmlite: fix build

Fix regression from #111487
This commit is contained in:
Jonathan Ringer 2021-05-03 16:41:03 -07:00 committed by Jonathan Ringer
parent 98d7aac597
commit 456c63ebc0

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
'';
# Set directory containing llvm-config binary
preConfigure = ''
export LLVM_CONFIG=${llvm}/bin/llvm-config
export LLVM_CONFIG=${llvm.dev}/bin/llvm-config
'';
checkPhase = ''
${python.executable} runtests.py