Fixes for detecting standard library
This commit is contained in:
parent
c315c3f0d3
commit
4889158b84
2 changed files with 7 additions and 1 deletions
|
@ -142,7 +142,7 @@ ELSE(CMAKE_COMPILER_IS_GDC)
|
|||
SET(CMAKE_LIBRARY_PATH_FLAG "-L")
|
||||
ENDIF(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
||||
ENDIF(CMAKE_COMPILER_IS_GDC)
|
||||
|
||||
|
||||
IF(CMAKE_D_USE_TANGO)
|
||||
IF(CMAKE_COMPILER_IS_GDC)
|
||||
SET(DSTDLIB_TYPE "-fversion=Tango")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue