Update getlibs.sh

This commit is contained in:
Duy Tran Khanh 2021-05-07 11:49:12 +07:00 committed by GitHub
parent 1e526efc7c
commit 104c27fc88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,4 @@ wget https://download.savannah.gnu.org/releases/freetype/freetype-$BUILD_FREETYP
tar xf freetype-$BUILD_FREETYPE_VERSION.tar.bz2
wget https://github.com/apple/cups/releases/download/v2.2.4/cups-2.2.4-source.tar.gz
tar xf cups-2.2.4-source.tar.gz
rm cups-2.2.4-source.tar.gz freetype-$BUILD_FREETYPE_VERSION.tar.bz2