mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2025-02-17 02:18:45 +00:00
[libc++] Workaround old versions of CMake that don't understand list(JOIN)
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@374120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef2d23967e
commit
76ba5dd1db
@ -38,7 +38,7 @@ function(define_linker_script target)
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
list(JOIN link_libraries " " link_libraries)
|
||||
string(REPLACE ";" " " link_libraries "${link_libraries}")
|
||||
|
||||
set(linker_script "INPUT(${soname} ${link_libraries})")
|
||||
add_custom_command(TARGET "${target}" POST_BUILD
|
||||
|
Loading…
x
Reference in New Issue
Block a user