From f458d43dd6c8baa5724cddfb3a9db431f886ca90 Mon Sep 17 00:00:00 2001 From: selman Date: Wed, 21 Mar 2007 08:55:08 +0000 Subject: [PATCH] fixed DMD GNU/Linux compile with target, updated downloads --- cmaked/CMakeDInformation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmaked/CMakeDInformation.cmake b/cmaked/CMakeDInformation.cmake index 603cd99..7a1cf28 100644 --- a/cmaked/CMakeDInformation.cmake +++ b/cmaked/CMakeDInformation.cmake @@ -157,7 +157,7 @@ IF(NOT CMAKE_D_LINK_EXECUTABLE) ELSE(CMAKE_COMPILER_IS_GDC) IF(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") SET(CMAKE_D_LINK_EXECUTABLE - "gcc -o -lphobos -lpthread -lm") + "gcc -o -lphobos -lpthread -lm") ELSE(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") SET(CMAKE_D_LINK_EXECUTABLE " ${CMAKE_OUTPUT_D_FLAG} ")