codelite: there's no lldb-devel on aarch64, so disable it.

This commit is contained in:
Juan RP 2019-07-01 08:46:29 +02:00
parent 522e79c8c1
commit a2139f954c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ homepage="http://www.codelite.org"
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
checksum=f2653fa42d6214999718236998cb223e6de00a498c0cfde795e901be693fb9ac
archs="aarch64* i686* x86_64* ppc64le*"
archs="i686* x86_64* ppc64le*"
build_options="hunspell lldb mysql sftp"
build_options_default="hunspell lldb sftp"
desc_option_hunspell="Enable SpellCheck plugin"