mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-30 11:35:21 +08:00

all.sh's cleanup function would not entirely remove CMakeFiles due to a missing -o in its fine command. Add a -o after prune, so that the find for CMakeFiles can succeed.