Skip to content
  • Bastien Jacquet's avatar
    OSX: Removed the hard-coded use of libc++ · 81205c21
    Bastien Jacquet authored
    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
    81205c21