From f11d8f5930a0e48463ef0868345998532d17f2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 16 Jan 2020 10:21:41 +0100 Subject: [PATCH] llvm9: trigger build for x86_64 --- sys-devel/llvm/llvm9-9.0.1.recipe | 1 + 1 file changed, 1 insertion(+) 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