From 23acd0f78be3764af13150a1c8e531ba92889795 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Sun, 18 Feb 2018 18:12:43 -0500 Subject: Fix for XA integration --- sdks/builds/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdks/builds/Makefile') diff --git a/sdks/builds/Makefile b/sdks/builds/Makefile index 94c9f549a4b..b3bd7fdad95 100644 --- a/sdks/builds/Makefile +++ b/sdks/builds/Makefile @@ -2,9 +2,9 @@ TOP=$(realpath $(CURDIR)/../..) include $(TOP)/sdks/versions.mk include $(TOP)/sdks/paths.mk -RELEASE?=true +CONFIGURATION?=release -CONFIGURATION=$(if $(filter $(RELEASE),true),release,debug) +RELEASE=$(if $(filter $(CONFIGURATION),release),true,false) #brew's libtool is not compatible with some of the deps needed (I.E. V8) so in those systems we need to explicit add to the path #this is due mono not being compatible with xcode's libtool, which is what's on path by default -- cgit v1.2.3