0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

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:
wm4 2020-06-04 20:42:39 +02:00
parent c1fc5354c3
commit a1adafe966

View File

@ -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}
};