serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
729 stars 158 forks source link

Don't fetch a header via the internet #39

Closed maxice8 closed 4 years ago

maxice8 commented 4 years ago

Instead of using wget, wouldn't it be possible to just have it vendored like the other deps/ ?

maxice8 commented 4 years ago

Sorry, wrong repo