[Lldb-commits] [PATCH] D68910: use LLVM_LIBDIR_SUFFIX for python lib path
Luboš Luňák via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Oct 12 05:44:51 PDT 2019
llunak updated this revision to Diff 224739.
llunak edited the summary of this revision.
llunak added a comment.
Updated misleading description.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68910/new/
https://reviews.llvm.org/D68910
Files:
lldb/scripts/CMakeLists.txt
Index: lldb/scripts/CMakeLists.txt
===================================================================
--- lldb/scripts/CMakeLists.txt
+++ lldb/scripts/CMakeLists.txt
@@ -47,7 +47,7 @@
if(CMAKE_HOST_SYSTEM_NAME MATCHES "Windows")
set(swig_python_subdir Lib/site-packages)
else()
- set(swig_python_subdir lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
+ set(swig_python_subdir lib${LLVM_LIBDIR_SUFFIX}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
endif()
set(SWIG_PYTHON_DIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${swig_python_subdir})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68910.224739.patch
Type: text/x-patch
Size: 584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191012/2a5e11d4/attachment.bin>
More information about the lldb-commits
mailing list