Max Howell 2375f71e82 Add mig tool to superenv
Necessary because it otherwise calls actual cc after it does whatever it does. So we force it to call our cc.
2012-09-01 23:18:28 -04:00

4 lines
96 B
Bash
Executable File

#!/bin/bash
pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec xcrun mig -cc $pwd/cc "$@"