mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/efl: update
This commit is contained in:
parent
3884aec594
commit
6afe936b32
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --disable-neon for !aarch64
|
||||
# - configure with --enable-lua-old for aarch64
|
||||
|
||||
pkgbase=efl
|
||||
pkgname=('efl' 'efl-docs')
|
||||
|
@ -45,7 +44,6 @@ build() {
|
|||
|
||||
export CFLAGS="$CFLAGS -fvisibility=hidden"
|
||||
|
||||
[[ $CARCH == "aarch64" ]] && CONFIG="--enable-lua-old"
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue