Finally started working on project.
1) Removed "-version=Posix" (auto added by compiler now) 2) Added CMAKE_SOURCE_DIR to dmd import paths 3) Added flag "-version=Phobos/Tango" for dmd (no auto-adding)
This commit is contained in:
parent
3bde74b0c7
commit
ef051c12d0
3 changed files with 3 additions and 3 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