mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
Add parenthesis in set_source_files_properties to avoid breakage on Windows.
This commit is contained in:
@@ -306,7 +306,7 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix)
|
||||
|
||||
# Always build zlib and other C parts of the runtime in release mode.
|
||||
set_source_files_properties(${CORE_C} ${DCRT_C} PROPERTIES
|
||||
COMPILE_FLAGS ${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_RELEASE}
|
||||
COMPILE_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_RELEASE}"
|
||||
)
|
||||
|
||||
if(EXISTS ${RUNTIME_DIR})
|
||||
|
||||
Reference in New Issue
Block a user