mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-03 17:01:29 +02:00
Add core/threadasm.S to druntime.
This is required for PPC and MIPS targets. Results in an empty object file on other CPU architectures.
This commit is contained in:
@@ -95,6 +95,7 @@ file(GLOB_RECURSE CORE_D_WIN ${RUNTIME_DIR}/src/core/sys/windows/*.d)
|
||||
set(CORE_D_SYS)
|
||||
if(UNIX)
|
||||
list(APPEND CORE_D_SYS ${CORE_D_UNIX})
|
||||
list(APPEND DCRT_C ${RUNTIME_DIR}/src/core/threadasm.S)
|
||||
if(APPLE)
|
||||
list(APPEND CORE_D_SYS ${CORE_D_OSX})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user