[Libreoffice-commits] core.git: solenv/gbuild
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 24 12:11:29 UTC 2019
solenv/gbuild/platform/com_MSC_defs.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dfbce2a556972f552d194d2358c170077915d776
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Fri May 24 10:50:51 2019 +0200
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Fri May 24 14:10:05 2019 +0200
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 <Michael.Stahl at cib.de>
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 :=
More information about the Libreoffice-commits
mailing list