Skip to content

Commit

Permalink
Skip freetype copy when building iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilionoir Tunnicliff authored Aug 17, 2022
1 parent e5014d5 commit 73e52e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion removejdkdebuginfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73e52e8

Please sign in to comment.