From fb8f008bea47ab3e12a04587eb356ff90522e321 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 19 Nov 2017 00:06:41 +0100 Subject: [PATCH] main/compiler-rt: fix check to not search lit in main/llvm5/src --- main/compiler-rt/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/compiler-rt/APKBUILD b/main/compiler-rt/APKBUILD index 6ce22e29d3b..03e0dc879c6 100644 --- a/main/compiler-rt/APKBUILD +++ b/main/compiler-rt/APKBUILD @@ -39,8 +39,8 @@ build() { \ -DCOMPILER_RT_INCLUDE_TESTS=ON \ -DCOMPILER_RT_BUILD_SANITIZERS=OFF \ - -DCOMPILER_RT_BUILD_XRAY=OFF - + -DCOMPILER_RT_BUILD_XRAY=OFF \ + -DLIT_COMMAND="/usr/bin/lit" make }