mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libyuv: fix
This commit is contained in:
parent
9d0dc035d4
commit
ed5d3bf7d8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
CPPFLAGS+=" -DLIBYUV_DISABLE_NEON"
|
||||
CXXFLAGS+=" -DLIBYUV_DISABLE_NEON"
|
||||
cmake -B build -S ${pkgname} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make -C build
|
||||
|
|
Loading…
Reference in a new issue