darling-security/darling-patch-cmds.sh
Andrew Hyatt 8440f6a072 Fix unnecessary rebuilds on Ninja
Not tested on make but maybe happened there too
2021-02-09 14:22:33 -05:00

4 lines
142 B
Bash

find . -type f -not -wholename \*.git\* -exec sed -i 's/CoreServices\/\.\.\/Frameworks\/CarbonCore\.framework\/Headers/CoreServices/' {} \;