ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

Pass CURLCFLAGS to stub compilation #69

Closed apeschar closed 9 months ago

apeschar commented 10 months ago

It looks like the path to the header files detected using pkg-config/curl-config is not actually used. So compilation doesn't work when headers are in non-standard locations.

This PR fixes that.