parent
98d7aac597
commit
456c63ebc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue