diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-01 11:48:55 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-01 11:48:55 -0400 |
commit | 94daaa0781d856cb8b47f06b61d343addee3cfc1 (patch) | |
tree | 76d51c3d88dcbe24005656d921bf7fc190fbb0b6 /iraf | |
parent | d675e052fbc0b4f9e373d9cd1b7b2d1b473d7d9a (diff) | |
download | astroconda-iraf-94daaa0781d856cb8b47f06b61d343addee3cfc1.tar.gz |
Unset another environment variable that could potentially cause trouble.
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |