No longer omit core/bitop.d from being installed.

This commit is contained in:
David Nadlinger
2011-11-14 15:46:49 +01:00
parent ef748a9de0
commit c4e5c7ad11

View File

@@ -76,9 +76,6 @@ elseif(D_VERSION EQUAL 2)
file(GLOB_RECURSE GC_D ${RUNTIME_GC_DIR}/*.d)
file(GLOB_RECURSE DCRT_D ${RUNTIME_DC_DIR}/*.d)
file(GLOB_RECURSE LDC_D ${RUNTIME_DIR}/src/ldc/*.d)
list(REMOVE_ITEM CORE_D
${RUNTIME_DIR}/src/core/bitop.d
)
list(REMOVE_ITEM DCRT_D
${RUNTIME_DC_DIR}/alloca.d
${RUNTIME_DC_DIR}/arraybyte.d