Hacker News new | ask | show | jobs
by ajmmertens 2733 days ago
Thanks for finding the formatting issue, fixed it!

You don't need to specify all dependencies "the bake way". If you want to link with a non-bake C library (like pthread or dl), you can configure it like shown here:

https://github.com/SanderMertens/bake#can-i-link-with-non-ba...

It is also possible to wrap existing libraries in bake projects. This section of the README describes how:

https://github.com/SanderMertens/bake/blob/master/README.md#...

1 comments

Oh sorry, I hadn't read the whole document. Thanks for the link, now I'll finish reading it!