diff options
Diffstat (limited to 'pkg/mpv/gen.lua')
| -rw-r--r-- | pkg/mpv/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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{ |
