voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

Add macos build & upgrade to curl 8.5 #16

Closed cyclops1982 closed 6 months ago

cyclops1982 commented 6 months ago

On macos, we can do brew install curl and get curl 8.5 (at the moment). We then tell it via env variable where to find that pkgconfig. This makes it build on macos.

Because we had curl 8.0.1 as our subproject, it means we had a code issue (something in curl changed, it seems). So, we've also upgraded our subproject in the repository to 8.5, making code work on both macos and ubuntu builds.