This is an automated email from the ASF dual-hosted git repository.

jimjag pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0bab7b5332 python: deliver Include/cpython headers alongside the 
top-level Include/*
0bab7b5332 is described below

commit 0bab7b53320401381f9be728f5167ffa47a622b7
Author: Jim Jagielski <[email protected]>
AuthorDate: Tue Aug 4 13:22:36 2026 -0400

    python: deliver Include/cpython headers alongside the top-level Include/*
---
 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 6dfa3cb938..e288be8594 100644
--- a/main/python/prj/d.lst
+++ b/main/python/prj/d.lst
@@ -28,6 +28,7 @@ mkdir: %_DEST%\lib%_EXT%\python\multiprocessing
 mkdir: %_DEST%\lib%_EXT%\python\multiprocessing\dummy
 mkdir: %_DEST%\lib%_EXT%\python\unittest
 mkdir: %_DEST%\lib%_EXT%\python\python3.11\config
+mkdir: %_DEST%\inc%_EXT%\python\cpython
 
 ..\%__SRC%\misc\build\Python-3.11.15\Lib\* %_DEST%\lib%_EXT%\python\*
 ..\%__SRC%\misc\build\Python-3.11.15\Lib\site-packages\* 
%_DEST%\lib%_EXT%\python\site-packages\*
@@ -70,6 +71,7 @@ mkdir: %_DEST%\lib%_EXT%\python\python3.11\config
 ..\pyversion_dmake.mk %_DEST%\inc%_EXT%\pyversion_dmake.mk
 
 ..\%__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\*
 
 #unix ONLY !
 ..\%__SRC%\misc\build\python-inst\bin\python %_DEST%\bin%_EXT%\python

Reply via email to