mirror of https://github.com/mpv-player/mpv
build: fix another breakage
The build was still broken. Feel free to look for a better maintainer if you don't like it. Fixes: #7802 (maybe now?)
This commit is contained in:
parent
c1fc5354c3
commit
a1adafe966
|
@ -75,7 +75,7 @@ static const char * const builtin_lua_scripts[][2] = {
|
|||
# include "generated/player/lua/stats.lua.inc"
|
||||
},
|
||||
{"@console.lua",
|
||||
# include "player/lua/console.inc"
|
||||
# include "generated/player/lua/console.lua.inc"
|
||||
},
|
||||
{0}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue