From dfbce2a556972f552d194d2358c170077915d776 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 24 May 2019 10:50:51 +0200 Subject: gbuild: try to run filter-showIncludes.awk in C locale Perhaps it fixes build with Chinese Windows. Change-Id: I6541b6b7bdca140eaf6940436d5c629e7e8c3d91 Reviewed-on: https://gerrit.libreoffice.org/72896 Tested-by: Jenkins Reviewed-by: Michael Stahl --- solenv/gbuild/platform/com_MSC_defs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index 2eb11f697333..0c0ba3807003 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -270,7 +270,7 @@ gb_COMPILERNOOPTFLAGS := -Od ifeq ($(gb_FULLDEPS),$(true)) gb_COMPILERDEPFLAGS := -showIncludes define gb_create_deps -| $(GBUILDDIR)/platform/filter-showIncludes.awk -vdepfile=$(1) -vobjectfile=$(2) -vsourcefile=$(3); exit $${PIPESTATUS[0]} +| LC_ALL=C $(GBUILDDIR)/platform/filter-showIncludes.awk -vdepfile=$(1) -vobjectfile=$(2) -vsourcefile=$(3); exit $${PIPESTATUS[0]} endef else gb_COMPILERDEPFLAGS := -- cgit