codelite: disable lldb on i686
This commit is contained in:
parent
e8c2d0e328
commit
8433e802f6
|
@ -22,12 +22,16 @@ nocross=yes
|
|||
python_version=2 #unverified
|
||||
|
||||
build_options="hunspell lldb mysql sftp"
|
||||
build_options_default="hunspell lldb sftp"
|
||||
build_options_default="hunspell sftp"
|
||||
desc_option_hunspell="Enable SpellCheck plugin"
|
||||
desc_option_lldb="Enable support for LLDB"
|
||||
desc_option_mysql="Enable mysql/mariadb support"
|
||||
desc_option_sftp="Enable Workspace Mirroring plugin"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|ppc64le*) build_options_default+=" lldb";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e 's,wx-config,&-gtk3,g' \
|
||||
CMakeLists.txt
|
||||
|
|
Loading…
Reference in New Issue