fix: use pkg-config to source liquid-dsp dependency#3
fix: use pkg-config to source liquid-dsp dependency#3EthanJStark wants to merge 2 commits intowindytan:masterfrom
Conversation
|
Thanks for the help! It doesn't seem to work just yet on the CI pipeline; I wonder what the issue is? Here's the snippet from the github runner |
|
Hi! Thanks for the quick reply. Just pushed a fix for Looks like you need to approve to have the Github workflow rerun |
|
I changed the runner approval setting to the most lenient one now (established users can run). On my Homebrew macOS I am getting this same error. There doesn't seem to be a liquid.pc file in the system, even though liquid is installed using brew. Seems that liquid doesn't come with one out-of-the-box; I found an open PR about it though. |
|
Ethan, I had the same problem with another project. I've copied my solution here in PR #4 . Can you test that it works for you when you have time. |
|
I believe it can be closed |
Hi! Thank you for sharing this project, works great!
I was having an issue since meson.build was looking for Homebrew libraries in specific places (mine are in
/usr/local/Cellar/)This should address that issue.