This is an automated email from the ASF dual-hosted git repository. ardovm pushed a commit to branch python3-linux in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit a9fc5c23a3b131159c7f2efe96f451b7b96ed659 Author: Arrigo Marchiori <[email protected]> AuthorDate: Tue Aug 4 20:36:06 2026 +0200 Fix installation of the python module under Linux Copy the cpython include subdirectory. --- main/python/prj/d.lst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/python/prj/d.lst b/main/python/prj/d.lst index e288be8594..335903a2ea 100644 --- a/main/python/prj/d.lst +++ b/main/python/prj/d.lst @@ -70,6 +70,8 @@ mkdir: %_DEST%\inc%_EXT%\python\cpython ..\pyversion.mk %_DEST%\inc%_EXT%\pyversion.mk ..\pyversion_dmake.mk %_DEST%\inc%_EXT%\pyversion_dmake.mk +mkdir: %_DEST%\inc%_EXT%\python\cpython + ..\%__SRC%\misc\build\Python-3.11.15\Include\* %_DEST%\inc%_EXT%\python\* ..\%__SRC%\misc\build\Python-3.11.15\Include\cpython\* %_DEST%\inc%_EXT%\python\cpython\*
