File tree Expand file tree Collapse file tree 4 files changed +0
-913
lines changed
third_party/Python/module/six Expand file tree Collapse file tree 4 files changed +0
-913
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,6 @@ function(finish_swig_python swig_target lldb_python_bindings_dir lldb_python_tar
60
60
DEPENDS ${lldb_python_bindings_dir} /lldb.py
61
61
COMMENT "Python script sym-linking LLDB Python API" )
62
62
63
- if (NOT LLDB_USE_SYSTEM_SIX )
64
- add_custom_command (TARGET ${swig_target} POST_BUILD VERBATIM
65
- COMMAND ${CMAKE_COMMAND} -E copy
66
- "${LLDB_SOURCE_DIR} /third_party/Python/module/six/six.py"
67
- "${lldb_python_target_dir} /../six.py" )
68
- endif ()
69
-
70
63
add_custom_command (TARGET ${swig_target} POST_BUILD VERBATIM
71
64
COMMAND ${CMAKE_COMMAND} -E copy
72
65
"${lldb_python_bindings_dir} /lldb.py"
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ add_optional_dependency(LLDB_ENABLE_PYTHON "Enable Python scripting support in L
65
65
add_optional_dependency (LLDB_ENABLE_LIBXML2 "Enable Libxml 2 support in LLDB" LibXml2 LIBXML2_FOUND VERSION 2.8 )
66
66
add_optional_dependency (LLDB_ENABLE_FBSDVMCORE "Enable libfbsdvmcore support in LLDB" FBSDVMCore FBSDVMCore_FOUND QUIET )
67
67
68
- option (LLDB_USE_SYSTEM_SIX "Use six.py shipped with system and do not install a copy of it" OFF )
69
68
option (LLDB_USE_ENTITLEMENTS "When codesigning, use entitlements if available" ON )
70
69
option (LLDB_BUILD_FRAMEWORK "Build LLDB.framework (Darwin only)" OFF )
71
70
option (LLDB_NO_INSTALL_DEFAULT_RPATH "Disable default RPATH settings in binaries" OFF )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments