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")
|
error("installable can only cope with targets emitting single files")
|
||||||
end
|
end
|
||||||
|
|
||||||
deps[#deps+1] = src.fullname
|
deps[#deps+1] = f
|
||||||
dests[#dests+1] = dest
|
dests[#dests+1] = dest
|
||||||
commands[#commands+1] = "cp "..f[1].." "..dest
|
commands[#commands+1] = "cp "..f[1].." "..dest
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue