]> git.saurik.com Git - apple/libc.git/blame - xcodescripts/skip_installhdrs.sh
Libc-1353.60.8.tar.gz
[apple/libc.git] / xcodescripts / skip_installhdrs.sh
CommitLineData
974e3884
A
1#!/bin/bash
2
3if [[ "x${ACTION}" == "xinstallhdrs" ]]; then
4 exit 0
5fi
6
70ad1dc8
A
7if [[ "x${ACTION}" == "xinstallapi" ]]; then
8 exit 0
9fi
10
974e3884 11$@