Merge pull request #237 from jerro/master

Fix issue #236
This commit is contained in:
David Nadlinger
2012-11-19 14:19:19 -08:00

View File

@@ -344,7 +344,7 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix)
${DCRT_O}
${DCRT_C}
)
add_dependencies(phobos-ldc${target_suffix} runtime)
add_dependencies(phobos-ldc${target_suffix} runtime${target_suffix})
set_target_properties(
phobos-ldc${target_suffix} PROPERTIES
VERSION ${DMDFE_VERSION}