solenv/gbuild/platform/windows.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 4630a8e6ee4dc41c0db8eebd58495a2ee164576e Author: Christian Lohmaier <[email protected]> AuthorDate: Tue Jul 11 18:30:20 2023 +0200 Commit: Balazs Varga <[email protected]> CommitDate: Wed Oct 2 19:31:27 2024 +0200 windows: set CONFIG_SHELL for external configure runs Change-Id: I9cb03692524eced35935ad1979027f7b196e5ed6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166329 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174231 Tested-by: Balazs Varga <[email protected]> Reviewed-by: Balazs Varga <[email protected]> diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk index 57f906ad1c53..2630c75c1e52 100644 --- a/solenv/gbuild/platform/windows.mk +++ b/solenv/gbuild/platform/windows.mk @@ -19,6 +19,8 @@ gb_Helper_LIBRARY_PATH_VAR := PATH gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) gbuild.XXXXXX +gb_RUN_CONFIGURE := CONFIG_SHELL=$(shell cygpath -ms /bin/sh) + # define _WIN32_WINNT and WINVER will be derived from it in sdkddkver.h # current baseline is Windows 7 (NT 6.1) # for _WIN32_IE, if _WIN32_WINNT >= 0x0600 the derived value from
