external/harfbuzz/ExternalProject_harfbuzz.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3229dddb53ff4ec9e2f3f96756ab7cb74ab22358 Author: Tor Lillqvist <[email protected]> AuthorDate: Sat Jan 17 16:55:50 2026 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Sat Jan 17 21:50:07 2026 +0100 Obey --enable-msvc-debug-runtime when building harfbuzz Otherwise you will get linking errors if core is configured with that option. Change-Id: Id0982fb7f15f7d185b5fe4eaa15e905464d435f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197508 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Jenkins diff --git a/external/harfbuzz/ExternalProject_harfbuzz.mk b/external/harfbuzz/ExternalProject_harfbuzz.mk index 98ae5b93eb94..494369606591 100644 --- a/external/harfbuzz/ExternalProject_harfbuzz.mk +++ b/external/harfbuzz/ExternalProject_harfbuzz.mk @@ -61,6 +61,7 @@ $(call gb_ExternalProject_get_state_target,harfbuzz,build) : | $(call gb_Externa -Dicu=enabled \ -Dicu_builtin=true \ -Dgraphite2=enabled \ + $(if $(filter MSC_TRUE,$(COM)_$(MSVC_USE_DEBUG_RUNTIME)),-Db_vscrt=mdd) \ $(if $(filter-out $(BUILD_PLATFORM),$(HOST_PLATFORM))$(WSL),--cross-file cross-file.txt) && \ $(MESON) compile -C builddir lib \ $(if $(verbose),--verbose) \
