Fix iOS builds

This commit is contained in:
Eilionoir Tunnicliff 2022-08-17 05:47:46 -04:00 committed by GitHub
parent 723d10f2f3
commit 09582fbda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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