mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-19 06:13:14 +01:00
Build and install .di files by default again.
(regression introduced in '8acc39dc')
This commit is contained in:
@@ -465,9 +465,9 @@ endif()
|
||||
|
||||
set(runtime_headers)
|
||||
foreach(f ${CORE_D_HEADERS})
|
||||
dc_header(${f} ${D_FLAGS} runtime_headers)
|
||||
dc_header(${f} "${D_FLAGS}" runtime_headers)
|
||||
endforeach()
|
||||
add_custom_target(build_headers DEPENDS ${runtime_headers})
|
||||
add_custom_target(build_headers ALL DEPENDS ${runtime_headers})
|
||||
|
||||
#
|
||||
# Install target (libraries are automatically included).
|
||||
|
||||
Reference in New Issue
Block a user