python3Packages.llvmlite: fix build

Fix regression from #111487
This commit is contained in:
Jonathan Ringer
2021-05-03 17:50:41 -07:00
committed by Jonathan Ringer
parent 98d7aac597
commit 456c63ebc0
@@ -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