From 167564efc65a3c1a28f2fa6d338586177063f645 Mon Sep 17 00:00:00 2001 From: Alexis Christoforides Date: Thu, 13 Jun 2019 06:34:03 +0300 Subject: [PATCH] Another speculative fix for 'pkg-config' sometimes getting built as a 32-bit package regardless of arch configuration (#14955) Mono issue: https://github.com/mono/mono/issues/13804 The hypothesis is that at reconfigure using the configure cache file, the lack of explicit setting of the host somehow breaks the build process. --- external/bockbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/bockbuild b/external/bockbuild index ea42169ff7f..f04877cd480 160000 --- a/external/bockbuild +++ b/external/bockbuild @@ -1 +1 @@ -Subproject commit ea42169ff7faf669b57241b43f3cedcb42e2f7c1 +Subproject commit f04877cd480f25c7fe22268e03bb6fac5d6028c8 -- 2.11.4.GIT