summaryrefslogtreecommitdiff
path: root/pyraf
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 19:56:27 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 19:56:27 -0400
commit3d2e413ae89a7244f1f7c171368886dfdc76d26f (patch)
tree6e759de29e547c59bf14d9dcdfb25cbdc2a54aa5 /pyraf
parent332f122282003ecbc36c22b88eba2bd2a39b5d80 (diff)
downloadastroconda-dev-3d2e413ae89a7244f1f7c171368886dfdc76d26f.tar.gz
Forgot to comment pyraf build script
Diffstat (limited to 'pyraf')
-rw-r--r--pyraf/build.sh1
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"