-
-
Couldn't load subscription status.
- Fork 270
Closed
Description
build fail when druntime try to linl against ldc. The problem is quite simple, some file are rewritten and put in druntime/src/ldc/ like bitop.d so the build system need to ignore the "same file" in druntime/src/core/bitop.d.
What to do?
Edit cmake for ignore this module is exist in druntime/src/core/
maybe somethink like:
sed -i "78a \ list(REMOVE_ITEM CORE_D\n\
\${RUNTIME_DIR}/src/core/bitop.d\n\
\ )" runtime/CMakeLists.txtMetadata
Metadata
Assignees
Labels
No labels