tup icon indicating copy to clipboard operation
tup copied to clipboard

how to track external library ?

Open ixasuhan opened this issue 8 years ago • 4 comments

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 )

ixasuhan avatar Apr 25 '16 20:04 ixasuhan

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.

gittup avatar Apr 28 '16 18:04 gittup

@ixasuhan Is this solved ? Can the bug be closed?

goolic avatar Jun 09 '16 07:06 goolic

yes thank you , works for me

ixasuhan avatar Jun 09 '16 13:06 ixasuhan

Then why don't you close the issue?

ryandesign avatar Apr 01 '24 09:04 ryandesign