From d378d1f8237078596e0333204f36049b542f4681 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 23 May 2016 17:31:44 -0700 Subject: [build] Avoid variable name coupling between main.mk and configure --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index d276cb7ace..1d58a82443 100755 --- a/configure +++ b/configure @@ -4,6 +4,8 @@ set -euo pipefail INPUT_FILE=$1 OUTPUT_FILE=$2 +export MASON_PLATFORM=$3 +export MASON_PLATFORM_VERSION=${4:-} if [ -z ${INPUT_FILE} ]; then abort 'You need to specify an input path for the configure.sh file' -- cgit v1.2.1