mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 14:46:13 -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
|
done
|
||||||
fi
|
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
|
cp -r $imagespath/jdk jdkout
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user