0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

build: make mpv.rc depend on version.h

This commit is contained in:
Stefano Pigozzi 2015-07-15 15:23:10 +02:00
parent 15954c36ca
commit 4730e0aaba

View File

@ -418,6 +418,10 @@ def build(ctx):
ctx.path.find_node('osdep/mpv.rc'),
ctx.path.find_node(node))
ctx.add_manual_dependency(
ctx.path.find_node('osdep/mpv.rc'),
ctx.bldnode.find_node('version.h'))
if ctx.dependency_satisfied('cplayer') or ctx.dependency_satisfied('test'):
ctx(
target = "objects",