diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 19:56:27 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 19:56:27 -0400 |
commit | 3d2e413ae89a7244f1f7c171368886dfdc76d26f (patch) | |
tree | 6e759de29e547c59bf14d9dcdfb25cbdc2a54aa5 | |
parent | 332f122282003ecbc36c22b88eba2bd2a39b5d80 (diff) | |
download | astroconda-dev-3d2e413ae89a7244f1f7c171368886dfdc76d26f.tar.gz |
Forgot to comment pyraf build script
-rw-r--r-- | pyraf/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyraf/build.sh b/pyraf/build.sh index 4b1dd33..f82b08e 100644 --- a/pyraf/build.sh +++ b/pyraf/build.sh @@ -1,3 +1,4 @@ +# XQuartz or no-go if [[ `uname -s` == "Darwin" ]]; then export CFLAGS="-I/opt/X11/include" export LDFLAGS="-L/opt/X11/lib" |