From 6c1e0237c72a2911841a1800a01b5424bb70985a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 22 Dec 2019 23:36:06 +0000 Subject: system/lutok: use the proper .pc file --- system/lutok/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/lutok') diff --git a/system/lutok/APKBUILD b/system/lutok/APKBUILD index 4ee59e386..21ee0ad32 100644 --- a/system/lutok/APKBUILD +++ b/system/lutok/APKBUILD @@ -17,8 +17,8 @@ prepare() { } build() { - LUA_CFLAGS=$(pkg-config --cflags lua5.3) \ - LUA_LIBS=$(pkg-config --libs lua5.3) \ + LUA_CFLAGS=$(pkg-config --cflags lua) \ + LUA_LIBS=$(pkg-config --libs lua) \ ./configure \ --build=$CBUILD \ --host=$CHOST \ -- cgit v1.2.3-60-g2f50