From a8ac438beb038e08c0e6a7d30a52662bc00c0eba Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Mon, 14 Nov 2016 07:42:40 +0100 Subject: [PATCH] Add missing variables for mac --- .dd4hep-ci.d/init_x86_64.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dd4hep-ci.d/init_x86_64.sh b/.dd4hep-ci.d/init_x86_64.sh index 1046a6804..280097a54 100644 --- a/.dd4hep-ci.d/init_x86_64.sh +++ b/.dd4hep-ci.d/init_x86_64.sh @@ -4,7 +4,8 @@ if [ "$(uname)" == "Darwin" ]; then if [ $(sw_vers -productVersion | awk -F '.' '{print $1 "." $2}') == "10.12" ]; then OS=mac1012 - COMPILER_TYPE=clang80 + COMPILER_TYPE=clang + COMPILER_VERSION=clang80 else echo "Bootstrap only works on macOS Sierra (10.12)" fi -- GitLab