
29 Jun
2014
29 Jun
'14
6:39 p.m.
After some deep investigation (including reading the clang source), turns out the easiest way is to just set an environment variable for the duration of the GHC configure/build sequence: export MACOSX_DEPLOYMENT_TARGET=10.7 Will "do the right thing" in all contexts throughout the build without needing to thread command options through. I've tested this and it works. It does raise the issue of should set it as far back as 10.6? - Mark