diff --git a/sys-devel/llvm/llvm9-9.0.1.recipe b/sys-devel/llvm/llvm9-9.0.1.recipe index 7907d8313..7ad535d9f 100644 --- a/sys-devel/llvm/llvm9-9.0.1.recipe +++ b/sys-devel/llvm/llvm9-9.0.1.recipe @@ -507,6 +507,7 @@ INSTALL() pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c3) installLocation=$prefix/lib/python$pythonVersion/vendor-packages/ export PYTHONPATH=$installLocation:$OLDPYTHONPATH + pushd ../utils/lit $python setup.py install --root=/ --prefix="$prefix" -O1 popd