diff --git a/buildlibs.sh b/buildlibs.sh index 76f3df9..2c78fbb 100755 --- a/buildlibs.sh +++ b/buildlibs.sh @@ -13,7 +13,7 @@ if [ "$BUILD_IOS" == "1" ]; then xcodebuild -arch arm64 cd build_iphoneos-arm64 make prefix=`pwd` install - cd .. + cd ../.. echo "Building Freetype" cd freetype-$BUILD_FREETYPE_VERSION