commit | 4714826262ae77dec341eefa9887d0b930fce0ad | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Tue Aug 12 17:32:07 2014 |
committer | Hans Wennborg <[email protected]> | Tue Aug 12 17:32:07 2014 |
tree | 04fe3bb28edd083eb7967c637e4467b0a73b8ce2 | |
parent | e5ca27d716ef2c17366b99a41fe0001c99b289b8 [diff] |
[libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 The build file was trying to use LIBCXX_VERSION, which isn't set anywhere, and also forgot to split the 'compile_flags' list. Differential Revision: http://reviews.llvm.org/D4860 llvm-svn: 215463