.config/user_steps.winget |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 50d699d04a4dde08358d949e3e6808a2751dcea3
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Wed Sep 3 10:04:27 2025 +0200
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Wed Sep 3 15:22:56 2025 +0200

    winget configuration: let configure find pkgconf in PATH
    
    when only specifying with filename only (not with full path),
    it might be mistreated as C:/pkgconf-2.4.3.exe and then the
    build breaks.
    configure has in the meantime been changed to explicitly
    search for the versioned executable on windows, so there's no
    need to manually set PKG_CONFIG anymore
    
    Change-Id: I88a2af433c934adac4f1e9d20954a14e56e6abe7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190552
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <[email protected]>

diff --git a/.config/user_steps.winget b/.config/user_steps.winget
index c01d0e3ce811..536f6388be3b 100644
--- a/.config/user_steps.winget
+++ b/.config/user_steps.winget
@@ -176,7 +176,6 @@ properties:
           #--disable-dependency-tracking
           #--enable-dbgutil
           #--with-lang=fr ja
-          PKG_CONFIG=pkgconf-2.4.3.exe
           "
     - resource: xPSDesiredStateConfiguration/xScript
       id: cloud-init-dir

Reply via email to