Skip to content

Commit

Permalink
Fix iOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilionoir Tunnicliff authored Aug 17, 2022
1 parent 723d10f commit 09582fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion removejdkdebuginfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jlink \
find jdkout -name "*.debuginfo" | xargs -- rm
find jreout -name "*.debuginfo" -exec mv {} dizout/ \;

find jdkout -name "*.dSYM" | xargs -- rm
find jdkout -name "*.dSYM" | xargs -- rm -rf

#TODO: fix .dSYM stuff

Expand Down

0 comments on commit 09582fb

Please sign in to comment.