tup
tup copied to clipboard
how to track external library ?
say I have program X depends statically on libxml2 st, how to make tup know to relink after an apt-get update libxml2 for example ( or other action that changes the static lib )
You should be able to set updater.full_deps to 1 in your options in order to track system files. See the man page for the conditions required for it to work.
@ixasuhan Is this solved ? Can the bug be closed?
yes thank you , works for me
Then why don't you close the issue?