summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-06-04 20:42:39 +0200
committerwm4 <wm4@nowhere>2020-06-04 20:43:37 +0200
commita1adafe9664f1665e7f4d0d53053683fe617d50e (patch)
treeb75f773added6f94b651baf988124f4e59c4b747
parentc1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd (diff)
downloadmpv-a1adafe9664f1665e7f4d0d53053683fe617d50e.tar.bz2
mpv-a1adafe9664f1665e7f4d0d53053683fe617d50e.tar.xz
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?)
-rw-r--r--player/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua.c b/player/lua.c
index 04110c79c6..b37a6cd84f 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -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}
};