mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
69 stars 176 forks source link

libupnp: update to 1.14.19 #1517

Closed neheb closed 2 months ago

neheb commented 2 months ago

Use some loops instead of set10.

neheb commented 2 months ago

Ok so arm64 CI is using

/opt/homebrew/bin/pkg-config)

and the x86 one is using

/usr/local/bin/pkg-config

is the latter missing on arm64?

neheb commented 2 months ago

ping @benoit-pierre

x86 is using system openssl and arm64 is using broken homebrew openssl...

benoit-pierre commented 2 months ago

Yep, since #1492 was merged without the fix. Which I assume was the intent, option 2: ignore the error on macOS amd64, no?

neheb commented 2 months ago

Yeah. I'm just curious why the difference.

benoit-pierre commented 2 months ago

What difference?

neheb commented 2 months ago

the different pkg-config binaries. The /opt one seems to prefer homebrew packages that are keg-only.