Skip to content

Commit

Permalink
devel/efl: enable libunwind on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 26, 2023
1 parent a03b7b9 commit 96a4d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/efl/Makefile
Expand Up @@ -213,7 +213,7 @@ MESON_ARGS+= -Dbindings="${EFL_BINDINGS:ts,}"
MESON_ARGS+= -Db_asneeded=false
.endif

.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif

Expand Down

0 comments on commit 96a4d99

Please sign in to comment.