]> git.saurik.com Git - apple/libc.git/blobdiff - xcodescripts/clean_simulator.sh
Libc-825.24.tar.gz
[apple/libc.git] / xcodescripts / clean_simulator.sh
diff --git a/xcodescripts/clean_simulator.sh b/xcodescripts/clean_simulator.sh
new file mode 100644 (file)
index 0000000..39c4f38
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+# clean_simulator.sh
+if [ "$ACTION" = installhdrs ]; then exit 0; fi
+
+if [ "$PLATFORM_NAME" = iphonesimulator ]; then
+       rm -rf "${DSTROOT}"/usr/local/lib/dyld
+fi