mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[CMake] Fixing bots
CMake calls to set_property with APPEND string need to have a leading space. llvm-svn: 254659
This commit is contained in:
parent
00f689303f
commit
3c356b4f56
@ -668,7 +668,7 @@ function(export_executable_symbols target)
|
|||||||
set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1)
|
set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1)
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
set_property(TARGET ${target} APPEND_STRING PROPERTY
|
set_property(TARGET ${target} APPEND_STRING PROPERTY
|
||||||
LINK_FLAGS "-rdynamic")
|
LINK_FLAGS " -rdynamic")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user