mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 15:34:31 +00:00
build: make mpv.rc depend on version.h
This commit is contained in:
parent
15954c36ca
commit
4730e0aaba
@ -418,6 +418,10 @@ def build(ctx):
|
|||||||
ctx.path.find_node('osdep/mpv.rc'),
|
ctx.path.find_node('osdep/mpv.rc'),
|
||||||
ctx.path.find_node(node))
|
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'):
|
if ctx.dependency_satisfied('cplayer') or ctx.dependency_satisfied('test'):
|
||||||
ctx(
|
ctx(
|
||||||
target = "objects",
|
target = "objects",
|
||||||
|
Loading…
Reference in New Issue
Block a user