tweag / clodl

Turn dynamically linked ELF binaries and libraries into self-contained closures.
BSD 3-Clause "New" or "Revised" License
164 stars 6 forks source link

Add transitive library dependencies to the input of the closures #41

Closed facundominguez closed 2 years ago

facundominguez commented 2 years ago

Changes in the dependencies not always change the libraries on which library_closure depends. Which makes undetectable the need of a rebuild when dependencies are changed if the changed dependencies are not in the inputs.

facundominguez commented 2 years ago

cc @buonuomo