diff options
-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" |