We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10be861 commit 7098c4eCopy full SHA for 7098c4e
ci/osx-deps
@@ -41,10 +41,6 @@ make install
41
popd
42
43
# Freetype
44
-curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.10.2.tar.xz
45
-tar xf freetype-2.10.2.tar.xz
46
-pushd freetype-2.10.2
47
-./configure --prefix=/usr/local --enable-freetype-config --without-harfbuzz
48
-make
49
-make install
50
-popd
+curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.gz
+mkdir -p build
+tar -x -C build -f freetype-2.6.1.tar.gz
0 commit comments