File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,9 @@ function(finish_swig_python swig_target lldb_python_bindings_dir lldb_python_tar
199
199
endif ()
200
200
201
201
# 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 )
205
205
# TARGET_RUNTIME_DLLS is supported in CMake 3.21+
206
206
if ("${CMAKE_VERSION} " VERSION_LESS "3.21.0" )
207
207
if (LLDB_INCLUDE_TESTS )
You can’t perform that action at this time.
0 commit comments