From d3edcea45684cb5fce0a58d1572463990e8fd3ff Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 2 Jun 2020 02:19:16 -0700 Subject: Use lua header target --- pkg/mpv/gen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/mpv/gen.lua') diff --git a/pkg/mpv/gen.lua b/pkg/mpv/gen.lua index 15110134..70e1a5da 100644 --- a/pkg/mpv/gen.lua +++ b/pkg/mpv/gen.lua @@ -139,9 +139,9 @@ if options['HAVE_LIBASS'] then table.insert(pkg.deps, 'pkg/libass/headers') end if options['HAVE_LUA'] then - cflags{'-I $basedir/pkg/lua/src/src'} + cflags{'-I $builddir/pkg/lua/include'} table.insert(libs, 'lua/liblua.a') - table.insert(pkg.deps, 'pkg/lua/fetch') + table.insert(pkg.deps, 'pkg/lua/headers') end if options['HAVE_WAYLAND'] then cflags{ -- cgit v1.2.3