Skip to content

Commit

Permalink
Remove unused iOS and tvOS libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktm committed Feb 16, 2020
1 parent 1dc6b73 commit b937218
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,11 @@ task "Building SDL2 framework for iOS and tvOS..."

cd ../ios
build_framework
rm -r lib

cd ../tvos
build_framework
rm -r lib

cd $tmp_dir

Expand Down
Binary file removed ios/lib/libSDL2.a
Binary file not shown.
Binary file removed ios/lib/libSDL2_image.a
Binary file not shown.
Binary file removed ios/lib/libSDL2_mixer.a
Binary file not shown.
Binary file removed ios/lib/libSDL2_ttf.a
Binary file not shown.
Binary file removed tvos/lib/libSDL2.a
Binary file not shown.
Binary file removed tvos/lib/libSDL2_image.a
Binary file not shown.
Binary file removed tvos/lib/libSDL2_mixer.a
Binary file not shown.
Binary file removed tvos/lib/libSDL2_ttf.a
Binary file not shown.

0 comments on commit b937218

Please sign in to comment.