Skip to content

Commit 7098c4e

Browse files
committed
Oh, we need to just unpack freetype in build
1 parent 10be861 commit 7098c4e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

ci/osx-deps

+3-7
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ make install
4141
popd
4242

4343
# 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
44+
curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.gz
45+
mkdir -p build
46+
tar -x -C build -f freetype-2.6.1.tar.gz

0 commit comments

Comments
 (0)