external/python3/ExternalPackage_python3.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 63460e46daa3a0ba2c897e00ba28d8cc26dac6dc
Author:     Xisco Fauli <[email protected]>
AuthorDate: Fri Nov 7 13:37:13 2025 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Fri Nov 7 21:17:00 2025 +0100

    related tdf#168511: bundle venvlauncher.exe too
    
    Change-Id: I7f70d624d4952e85252b9e457fa309e1f8005490
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193579
    Reviewed-by: Xisco Fauli <[email protected]>
    Tested-by: Jenkins

diff --git a/external/python3/ExternalPackage_python3.mk 
b/external/python3/ExternalPackage_python3.mk
index c46dbc056e2a..088bf96a0d4d 100644
--- a/external/python3/ExternalPackage_python3.mk
+++ b/external/python3/ExternalPackage_python3.mk
@@ -22,6 +22,7 @@ endif
 
 $(eval $(call 
gb_ExternalPackage_add_file,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/bin/python.exe,PCbuild/$(python_arch_subdir)python$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).exe))
 $(eval $(call 
gb_ExternalPackage_add_file,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/bin/pythonw.exe,PCbuild/$(python_arch_subdir)pythonw$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).exe))
+$(eval $(call 
gb_ExternalPackage_add_file,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/bin/venvlauncher.exe,PCbuild/$(python_arch_subdir)venvlauncher$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).exe))
 $(eval $(call 
gb_ExternalPackage_add_file,python3,$(LIBO_BIN_FOLDER)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 
$(MSVC_USE_DEBUG_RUNTIME),_d).dll,PCbuild/$(python_arch_subdir)python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).dll))
 $(eval $(call 
gb_ExternalPackage_add_files,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib,PCbuild/$(python_arch_subdir)sqlite3$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).dll))
 ifeq ($(MSVC_USE_DEBUG_RUNTIME),)

Reply via email to