parent
98d7aac597
commit
456c63ebc0
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
# Set directory containing llvm-config binary
|
# Set directory containing llvm-config binary
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export LLVM_CONFIG=${llvm}/bin/llvm-config
|
export LLVM_CONFIG=${llvm.dev}/bin/llvm-config
|
||||||
'';
|
'';
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.executable} runtests.py
|
${python.executable} runtests.py
|
||||||
|
|
Loading…
Reference in New Issue