Update buildlibs.sh

This commit is contained in:
Duy Tran Khanh 2021-09-22 07:25:27 +07:00 committed by GitHub
parent d007989ebe
commit 428365b4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ if [ "$BUILD_IOS" == "1" ]; then
xcodebuild -arch arm64 xcodebuild -arch arm64
cd build_iphoneos-arm64 cd build_iphoneos-arm64
make prefix=`pwd` install make prefix=`pwd` install
cd .. cd ../..
echo "Building Freetype" echo "Building Freetype"
cd freetype-$BUILD_FREETYPE_VERSION cd freetype-$BUILD_FREETYPE_VERSION