aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/compiler-rt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/compiler-rt/APKBUILD b/main/compiler-rt/APKBUILD
index 6ce22e29d3..03e0dc879c 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
}