From 94daaa0781d856cb8b47f06b61d343addee3cfc1 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 1 Sep 2016 12:48:55 -0300 Subject: Unset another environment variable that could potentially cause trouble. --- iraf/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iraf/build.sh b/iraf/build.sh index 3392de1..0ce0b6e 100644 --- a/iraf/build.sh +++ b/iraf/build.sh @@ -1,7 +1,7 @@ set -x # Drop extraneous conda-set environment variables -unset ARCH CFLAGS CXXFLAGS LDFLAGS +unset ARCH CFLAGS CXXFLAGS LDFLAGS MACOSX_DEPLOYMENT_TARGET # Complement build script export TERM=xterm -- cgit