OSX: Removed the hard-coded use of libc++
This prevented Qt to build its bootstrap .pro because bootstrap .pro enforces a 10.4 DEPLOYMENT_TARGET compatibility, but -stdlib=libc++ is only available starting with 10.7 clang was just failing on this conflicting demands
Please register or sign in to comment