]> git.saurik.com Git - apple/libpthread.git/blob - xcodescripts/install-codes.sh
libpthread-330.201.1.tar.gz
[apple/libpthread.git] / xcodescripts / install-codes.sh
1 #!/bin/bash -e
2 # install kdebug trace files based on the input file
3 INPUT=${SCRIPT_INPUT_FILE_0}
4 OUTPUT=${SCRIPT_OUTPUT_FILE_0}
5
6 # pre-process the source and pass through perl it
7 xcrun cc -E -I${SDKROOT}/System/Library/Frameworks/System.framework/PrivateHeaders -D_PTHREAD_BUILDING_CODES_ "${INPUT}" | perl > "${OUTPUT}"