installables need to depend on their source files...
This commit is contained in:
parent
3df4906d52
commit
fb2a42a2db
|
@ -713,7 +713,7 @@ definerule("installable",
|
|||
error("installable can only cope with targets emitting single files")
|
||||
end
|
||||
|
||||
deps[#deps+1] = src.fullname
|
||||
deps[#deps+1] = f
|
||||
dests[#dests+1] = dest
|
||||
commands[#commands+1] = "cp "..f[1].." "..dest
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue