Cider Isn't Darwin Emulation, Really
Something went wrong. Try again.
320 B · 7 lines
Shell
12345678#!/bin/bash -e# install kdebug trace files based on the input fileINPUT=${SCRIPT_INPUT_FILE_0}OUTPUT=${SCRIPT_OUTPUT_FILE_0}
# pre-process the source and pass through perl itxcrun cc -E -I${SDKROOT}/System/Library/Frameworks/System.framework/PrivateHeaders -D_MALLOC_BUILDING_CODES_ "${INPUT}" | perl > "${OUTPUT}"