summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-28 19:33:52 +0200
committerwm4 <wm4@nowhere>2016-08-28 19:39:05 +0200
commita9a55ea7f28894d9e72be5e8b2d5a9331f1e7be4 (patch)
treec4e840511799135f85ce4969efc7465b26c83c8d /wscript_build.py
parent5e56c07417934d590665ad8330f04db7dd164229 (diff)
downloadmpv-a9a55ea7f28894d9e72be5e8b2d5a9331f1e7be4.tar.bz2
mpv-a9a55ea7f28894d9e72be5e8b2d5a9331f1e7be4.tar.xz
misc: add some annoying mpv_node helpers
Sigh. Some parts of mpv essentially duplicate this code (with varrying levels of triviality) - this can be fixed "later".
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 9f30e741a5..f246ae4a33 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -195,6 +195,7 @@ def build(ctx):
( "misc/charset_conv.c" ),
( "misc/dispatch.c" ),
( "misc/json.c" ),
+ ( "misc/node.c" ),
( "misc/ring.c" ),
( "misc/rendezvous.c" ),