mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-30 22:46:52 +00:00
bring back the patch to get liblldb-X.so
This commit is contained in:
parent
5c3a56bd8b
commit
02fa5bbebc
13
debian/patches/lldb-soname.diff
vendored
13
debian/patches/lldb-soname.diff
vendored
@ -29,3 +29,16 @@ Index: llvm-toolchain-7_7~+rc1/lldb/source/API/CMakeLists.txt
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
|
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||||
|
@@ -141,11 +141,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows"
|
||||||
|
if (MSVC AND NOT LLDB_DISABLE_PYTHON)
|
||||||
|
target_link_libraries(liblldb PRIVATE ${PYTHON_LIBRARY})
|
||||||
|
endif()
|
||||||
|
-else()
|
||||||
|
- set_target_properties(liblldb
|
||||||
|
- PROPERTIES
|
||||||
|
- OUTPUT_NAME lldb
|
||||||
|
- )
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if (LLDB_WRAP_PYTHON)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user