libraries/efl: Fixed ninja build.

This was broken by 5291a18

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-08-09 17:56:33 +02:00 committed by Willy Sudiarto Raharjo
parent 36011b26dc
commit 9983f9121f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 2 deletions

View File

@ -94,11 +94,10 @@ meson . build \
# duplicate his problem, but it looks like some optional library normally
# adds the -lm -ldl in its pkgconfig file and he was missing whatever
# it was. In any case, adding them here won't hurt anything.
"${NINJA:=ninja}"
LIBS="-lm -ldl" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
$NINJA -C build -v
"${NINJA:=ninja}" -C build -v
DESTDIR=$PKG $NINJA -C build install