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

Skip to content

Commit 9c67676

Browse files
committed
Don't install libpng
1 parent 66d9a21 commit 9c67676

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ci/osx-deps

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ make install
5151
popd
5252
fold_end pkg-config
5353

54-
fold_start libpng 'Install libpng (compile it ourselves)'
55-
curl -O -L https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.xz
56-
tar xf libpng-1.6.37.tar.xz
57-
pushd libpng-1.6.37
58-
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local
59-
make
60-
make install
61-
popd
62-
fold_end libpng
6354

6455
fold_start freetype 'Install freetype (just unpack into the build directory)'
6556
curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.gz

0 commit comments

Comments
 (0)