diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 00:06:41 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 00:08:22 +0100 |
commit | fb8f008bea47ab3e12a04587eb356ff90522e321 (patch) | |
tree | a1cd994d133f548054c1035d4ea6861d7e3a80ed /main/compiler-rt/APKBUILD | |
parent | f4b51203a5d3c33fa61f14fd3a9af57a9d208a81 (diff) | |
download | aports-fb8f008bea47ab3e12a04587eb356ff90522e321.tar.bz2 aports-fb8f008bea47ab3e12a04587eb356ff90522e321.tar.xz |
main/compiler-rt: fix check to not search lit in main/llvm5/src
Diffstat (limited to 'main/compiler-rt/APKBUILD')
-rw-r--r-- | main/compiler-rt/APKBUILD | 4 |
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 } |