microsoft/ftl-sdk

Use jansson from system if available

Scrumplex opened this issue · 1 comments

I plan to package this on Arch Linux. Currently it is being blocked by the fact that jansson needs to be build from in-tree.

It would be better to check if libjansson exists system wide and compile against that if it exists. This might be achieved by pkgconfig

#86 fixes this