pjsip / pjproject

PJSIP project
http://www.pjsip.org
GNU General Public License v2.0
2.08k stars 788 forks source link

Incorrect pkg-config executable search during cross-compilation #4152

Closed aol-nnov closed 2 weeks ago

aol-nnov commented 2 weeks ago

Describe the bug

Missing pkg-config during cross-compilation as it is named $host_cpu-$host_os-pkg-config. Failing to find it leads to compilation failure.

Steps to reproduce

run cross-compilation, obsserve failure

PJSIP version

2.14.1

Context

cross-compilation follow-up for https://github.com/pjsip/pjproject/issues/4150

Log, call stack, etc

none