di can be built, but still cannot be linked.
authorGeoff Norton <grompf@gmail.com>
Sat, 14 Feb 2015 06:01:19 +0000 (22:01 -0800)
committerGeoff Norton <grompf@gmail.com>
Sat, 14 Feb 2015 06:01:19 +0000 (22:01 -0800)
src/debug/CMakeLists.txt

index 89e8a75..15444d5 100644 (file)
@@ -2,9 +2,7 @@ add_subdirectory(daccess)
 add_subdirectory(dbgutil)
 add_subdirectory(ildbsymlib)
 add_subdirectory(ee)
-if(NOT CLR_CMAKE_PLATFORM_DARWIN)
-  add_subdirectory(di)
-endif(NOT CLR_CMAKE_PLATFORM_DARWIN)
+add_subdirectory(di)
 if(WIN32)
     add_subdirectory(shim)
 endif(WIN32)