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

damjan 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 ba36415fd0 Fix a bad path in boost delivery.
ba36415fd0 is described below

commit ba36415fd02f224a2b18a2a5ee04d590ef92443a
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Thu Dec 4 11:07:54 2025 +0200

    Fix a bad path in boost delivery.
    
    Patch by: me
---
 main/boost/prj/d.lst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/boost/prj/d.lst b/main/boost/prj/d.lst
index 5075c9c936..19734d398f 100644
--- a/main/boost/prj/d.lst
+++ b/main/boost/prj/d.lst
@@ -80,6 +80,7 @@ mkdir: %_DEST%\inc%_EXT%\boost\config\stdlib
 mkdir: %_DEST%\inc%_EXT%\boost\container
 mkdir: %_DEST%\inc%_EXT%\boost\container\detail
 mkdir: %_DEST%\inc%_EXT%\boost\coroutine
+mkdir: %_DEST%\inc%_EXT%\boost\coroutine\detail
 mkdir: %_DEST%\inc%_EXT%\boost\coroutine\v1
 mkdir: %_DEST%\inc%_EXT%\boost\coroutine\v1\detail
 mkdir: %_DEST%\inc%_EXT%\boost\coroutine\v2
@@ -843,7 +844,7 @@ mkdir: %_DEST%\inc%_EXT%\boost\xpressive\traits\detail
 ..\%__SRC%\inc\boost\config\platform\* %_DEST%\inc%_EXT%\boost\config\platform
 ..\%__SRC%\inc\boost\config\stdlib\* %_DEST%\inc%_EXT%\boost\config\stdlib
 ..\%__SRC%\inc\boost\container\* %_DEST%\inc%_EXT%\boost\container
-..\%__SRC%\inc\boost\coroutine\detail\* 
%_DEST%\inc%_EXT%\boost\container\detail
+..\%__SRC%\inc\boost\coroutine\detail\* 
%_DEST%\inc%_EXT%\boost\coroutine\detail
 ..\%__SRC%\inc\boost\coroutine\* %_DEST%\inc%_EXT%\boost\coroutine
 ..\%__SRC%\inc\boost\coroutine\v1\* %_DEST%\inc%_EXT%\boost\coroutine\v1
 ..\%__SRC%\inc\boost\coroutine\v1\detail\* 
%_DEST%\inc%_EXT%\boost\coroutine\v1\detail

Reply via email to