mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 06:36:48 -04:00
Skip freetype copy when building iOS
This commit is contained in:
parent
e5014d5618
commit
73e52e8bfc
@ -15,7 +15,9 @@ if [ "$BUILD_IOS" == "1_skipped_for_now" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
cp freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT/lib/libfreetype.so $imagespath/jdk/lib/
|
||||
if [ "$BUILD_IOS" != "1" ]; then
|
||||
cp freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT/lib/libfreetype.so $imagespath/jdk/lib/
|
||||
fi
|
||||
|
||||
cp -r $imagespath/jdk jdkout
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user