hhb marked an inline comment as done. hhb added a comment. Arguably a correct python installation in windows should already have python*.dll. But then why do we copy the file to build dir above.
================ Comment at: lldb/CMakeLists.txt:233 COMMENT "Copying Python DLL to LLDB binaries directory.") + get_filename_component(PYTHON_DLL_NAME ${PYTHON_DLL} NAME) + install(FILES ${LLDB_BIN_DIR}/${PYTHON_DLL_NAME} DESTINATION bin) ---------------- Arguably a correct python installation in windows should already have python*.dll. But then why do we copy the file to build dir above.. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67942/new/ https://reviews.llvm.org/D67942 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits