]> git.saurik.com Git - apple/libc.git/blob - xcodescripts/clean_simulator.sh
39c4f385805837c489b4f4ab08f16187e4add696
[apple/libc.git] / xcodescripts / clean_simulator.sh
1 #!/bin/sh
2 # clean_simulator.sh
3 if [ "$ACTION" = installhdrs ]; then exit 0; fi
4
5 if [ "$PLATFORM_NAME" = iphonesimulator ]; then
6 rm -rf "${DSTROOT}"/usr/local/lib/dyld
7 fi