Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea02ac1

Browse files
committed
Don't install pkg-config
1 parent 9c67676 commit ea02ac1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ci/osx-deps

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ for compiler in clang clang++ cc gcc c++ g++; do
3939
done
4040
fold_end ccache
4141

42-
fold_start pkg-config 'Install pkg-config (compile it ourselves)'
43-
curl -O -L https://dl.bintray.com/homebrew/mirror/pkg-config-0.29.2.tar.gz
44-
tar xf pkg-config-0.29.2.tar.gz
45-
pushd pkg-config-0.29.2
46-
./configure --disable-debug --prefix=/usr/local --disable-host-tool \
47-
--with-internal-glib --with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/local/pkgconfig \
48-
--with-system-include-path=/usr/include
49-
make
50-
make install
51-
popd
52-
fold_end pkg-config
53-
54-
5542
fold_start freetype 'Install freetype (just unpack into the build directory)'
5643
curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.gz
5744
mkdir -p build

0 commit comments

Comments
 (0)