From 642173828e54ad30022210bda279c167fa72385e Mon Sep 17 00:00:00 2001 From: Chris Hamons Date: Tue, 4 Oct 2016 20:31:56 -0500 Subject: [PATCH] [XM] Disable blts on XM since we don't ship it (#946) --- builds/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/builds/Makefile b/builds/Makefile index 4676d70d3b..15bfc06bcd 100644 --- a/builds/Makefile +++ b/builds/Makefile @@ -185,6 +185,7 @@ $(2)_CONFIGURE_FLAGS = \ --disable-iconv \ --disable-mcs-build \ --disable-boehm \ + --disable-blts \ $(XAMARIN_CONFIGURE_FLAGS) \ $(2)_ACVARS = $(COMMON_ACVARS)