summaryrefslogtreecommitdiff
path: root/hstcal/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hstcal/build.sh')
-rw-r--r--hstcal/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hstcal/build.sh b/hstcal/build.sh
index d9aa360..7b2b0b1 100644
--- a/hstcal/build.sh
+++ b/hstcal/build.sh
@@ -2,7 +2,7 @@
export FCFLAGS="$FCFLAGS -fPIC"
if [[ `uname` == Darwin ]]; then
- export GFORTRAN=/sw/bin/gfortran
+ export FC=/sw/bin/gfortran
if [[ `uname -m` == x86_64 ]]; then
export CFLAGS="$CFLAGS -m64"
export LDFLAGS="$LDFLAGS -m64"