From f523583955831d2465ecbbedc72da553769d6bb4 Mon Sep 17 00:00:00 2001 From: kai Date: Sat, 1 Jun 2013 23:44:13 +0200 Subject: [PATCH] Add missing asm file to phobos lib --- runtime/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 2fa68c76..a5b928a4 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -359,6 +359,7 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix outlist_targ ${GC_O} ${DCRT_O} ${DCRT_C} + ${DCRT_ASM} ) # This is important as a "serialization point" in the build process so