lang/emilua: switch to default luajit to fix build on powerpc64*

powerpc64* will default to luajit-openresty, while other architectures
will use the default luajit port, same as now.
This commit is contained in:
Piotr Kubaj
2025-08-02 23:05:51 +02:00
parent 25ab2273fc
commit 645814b2fd

View File

@@ -26,7 +26,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
libsord-0.so:devel/sord \
libfmt.so:devel/libfmt
USES= localbase luajit:luajit meson ncurses pathfix \
USES= localbase luajit meson ncurses pathfix \
pkgconfig ssl
USE_GITLAB= yes