From 021fff844e0d2e43ac5df03bd3b1afeb7fa4a5e6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 7 Mar 2016 20:43:07 +0100 Subject: [PATCH] Make unified builds the default on Unix Reviewed-by: Matt Caswell --- Configurations/00-base-templates.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index cf50785ceb..b7dcde0b68 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -35,9 +35,6 @@ shared_ldflag => "", shared_rcflag => "", shared_extension => "", - - build_scheme => "unixmake", - build_file => "Makefile", }, BASE_common => { @@ -72,7 +69,7 @@ } return (); }, - build_scheme => "unixmake", + build_scheme => [ "unified", "unix" ], build_file => "Makefile", }, -- 2.25.1