libc++ is now used by the linker too (when applicable)

This commit is contained in:
alexey.lysiuk 2016-07-16 15:32:19 +03:00 committed by Christoph Oelckers
parent da9f4cc1dd
commit ee72760f3a
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ if( ZD_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
# C++11 support using SDKs 10.7 and 10.8.
if ( APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL "Clang" )
set( CMAKE_CXX_FLAGS "-stdlib=libc++ ${CMAKE_CXX_FLAGS}" )
set( CMAKE_EXE_LINKER_FLAGS "-stdlib=libc++ ${CMAKE_EXE_LINKER_FLAGS}" )
endif ()
# Remove extra warnings when using the official DirectX headers.