mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-01 15:19:05 +00:00
[CMake] Fixing bots
CMake calls to set_property with APPEND string need to have a leading space. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254659 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2ffa666bec
commit
d8b19eb290
@ -668,7 +668,7 @@ function(export_executable_symbols target)
|
||||
set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1)
|
||||
if (APPLE)
|
||||
set_property(TARGET ${target} APPEND_STRING PROPERTY
|
||||
LINK_FLAGS "-rdynamic")
|
||||
LINK_FLAGS " -rdynamic")
|
||||
endif()
|
||||
endif()
|
||||
endfunction()
|
||||
|
Loading…
x
Reference in New Issue
Block a user