Skip to content

Commit 6e5ef15

Browse files
Drop LLDB_ENABLE_SWIFT_SUPPORT condition and fix comment
1 parent 6bf629d commit 6e5ef15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/bindings/python/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ function(finish_swig_python swig_target lldb_python_bindings_dir lldb_python_tar
199199
endif()
200200

201201
# Since Python3.8 the Windows runtime loads dependent DLLs only from the directory of the binary
202-
# itself (and not Path). Windows has no notion RPATHs, so we must copy all DLLs that we depend on
203-
# into the Python package. Plus swiftCore which is a transitive (but no direct) dependency.
204-
if (WIN32 AND LLDB_ENABLE_SWIFT_SUPPORT)
202+
# itself (and not Path). Windows has no RPATHs, so we must copy all DLLs that we depend on into
203+
# the Python package.
204+
if (WIN32)
205205
# TARGET_RUNTIME_DLLS is supported in CMake 3.21+
206206
if ("${CMAKE_VERSION}" VERSION_LESS "3.21.0")
207207
if (LLDB_INCLUDE_TESTS)

0 commit comments

Comments
 (0)