From 3fcbf64bf2608c6dd60da8536067688343fed63c Mon Sep 17 00:00:00 2001 From: Tamar Christina Date: Sun, 16 Aug 2020 17:18:14 +0100 Subject: Fix use distro toolchian (cherry picked from commit f065b6b012fb8f73689bc5c2a4904d5e6e377af8) --- mk/project.mk.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/project.mk.in b/mk/project.mk.in index 9ee2eab59f..bb05baae21 100644 --- a/mk/project.mk.in +++ b/mk/project.mk.in @@ -20,8 +20,8 @@ # # The ProjectVersionInt is included in interface files, and GHC # checks that it's reading interface generated by the same ProjectVersion -# as itself. It does this even though interface file syntax may not -# change between versions. Rationale: calling conventions or other +# as itself. It does this even though interface file syntax may not +# change between versions. Rationale: calling conventions or other # random .o-file stuff might change even if the .hi syntax doesn't ProjectName = @ProjectName@ @@ -127,6 +127,7 @@ BuildVendor_CPP = @BuildVendor_CPP@ # Valid options: YES/NO # LeadingUnderscore=@LeadingUnderscore@ +SettingsUseDistroMINGW=@SettingsUseDistroMINGW@ # Pin a suffix on executables? If so, what (Windows only). exeext0=@exeext_host@ -- cgit v1.2.1