external/nss/ExternalProject_nss.mk |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit bb77fdf427b0ee4171076a143e58cfbbc360f80a
Author:     Michael Stahl <[email protected]>
AuthorDate: Wed Dec 3 18:03:16 2025 +0100
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Fri Dec 5 18:50:37 2025 +0100

    nss: try to fix Windows ARM64 build
    
    Reportedly it breaks if CC is set to anything sensible, let's just leave
    it alone... also it turns out that the newer nss version builds with CC
    containing an argument in config_host.mk anyway.
    
    Change-Id: Ifecc68ffe582790134f91cbef459e2728d9202c7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194963
    Reviewed-by: Christian Lohmaier <[email protected]>
    Tested-by: Jenkins

diff --git a/external/nss/ExternalProject_nss.mk 
b/external/nss/ExternalProject_nss.mk
index bc0b18f7fc39..3a9715862abe 100644
--- a/external/nss/ExternalProject_nss.mk
+++ b/external/nss/ExternalProject_nss.mk
@@ -43,8 +43,7 @@ $(call gb_ExternalProject_get_state_target,nss,build): \
                $(MAKE) nss_build_all RC="rc.exe $(SOLARINC)" \
                        NSINSTALL='$(call 
gb_ExternalExecutable_get_command,python) $(SRCDIR)/external/nss/nsinstall.py' \
                        NSS_DISABLE_GTESTS=1 \
-                       CC="$(patsubst %,\"%\",$(CC))" \
-                       CCC="$(patsubst %,\"%\",$(CXX))" \
+                       CCC="$(CXX)" \
        ,nss)
        $(call gb_Trace_EndRange,nss,EXTERNAL)
 

Reply via email to