summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2014-05-23 13:24:27 +0200
committerChrisK2 <spam@kalania.de>2014-05-23 13:24:27 +0200
commitce69afab440b108972810663255e9211972e964b (patch)
tree2c6345ba2d0e0523e264bfbe8b313cfc19eaa13a /wscript_build.py
parentc6915d732510812098e6e6c5f4d3d7e28fe21429 (diff)
downloadmpv-ce69afab440b108972810663255e9211972e964b.tar.bz2
mpv-ce69afab440b108972810663255e9211972e964b.tar.xz
lua/osc: forgot some changed files in previous commit
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index fe711b554f..941887a08b 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -65,6 +65,10 @@ def build(ctx):
target = "player/lua/assdraw.inc")
ctx.file2string(
+ source = "player/lua/options.lua",
+ target = "player/lua/options.inc")
+
+ ctx.file2string(
source = "player/lua/osc.lua",
target = "player/lua/osc.inc")