On Mar 18, 2012, at 8:56 AM, Jacob Carlborg wrote: > In Xcode 4.3 Apple has replaced the Xcode installer with a regular > application to be compatible with app store. This has caused them to move the > SDK from /Developer/SDKs/ to > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ > > How can this be handled in the DMD makefile?
The C headers in /usr/include were moved as well, though that isn't a problem if you're just compiling with the built-in GCC or whatever. _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
