Skip to content

fix pkgconfig darwin macports pkg in bootstrap.sh

Jeremy Soller requested to merge GlenDC:master into master

Created by: GlenDC

Problem: bootstrap.sh tried to download pkg-config when using Macports, even though it is called pkgconfig as found here: https://www.macports.org/ports.php?by=name&substr=pkgconfig

Solution: Replace pkg-config with pkgconfig.

Merge request reports