mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 15:23:13 +01:00
Use monitor_.d instead of monitor.c for Win64.
The compile error in monitor.c using MSVC is then irrelevant.
This commit is contained in:
@@ -93,6 +93,7 @@ if(UNIX)
|
||||
elseif(WIN32)
|
||||
file(GLOB_RECURSE CORE_D_SYS ${RUNTIME_DIR}/src/core/sys/windows/*.d)
|
||||
list(REMOVE_ITEM LDC_D ${RUNTIME_DIR}/src/ldc/eh.d)
|
||||
list(REMOVE_ITEM DCRT_C ${RUNTIME_DC_DIR}/monitor.c)
|
||||
endif()
|
||||
list(APPEND CORE_D ${CORE_D_SYNC} ${CORE_D_SYS} ${CORE_D_STDC} )
|
||||
list(APPEND GENERATE_DI ${CORE_D})
|
||||
|
||||
Submodule runtime/druntime updated: 0993d23f71...367895c9eb
Reference in New Issue
Block a user