File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,6 @@ for compiler in clang clang++ cc gcc c++ g++; do
39
39
done
40
40
fold_end ccache
41
41
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
-
55
42
fold_start freetype ' Install freetype (just unpack into the build directory)'
56
43
curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.gz
57
44
mkdir -p build
You can’t perform that action at this time.
0 commit comments