Skip to content

Commit

Permalink
python3Packages.llvmlite: fix build
Browse files Browse the repository at this point in the history
Fix regression from #111487
  • Loading branch information
Jonathan Ringer committed May 4, 2021
1 parent 98d7aac commit 456c63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/llvmlite/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 456c63e

Please sign in to comment.