summaryrefslogtreecommitdiff
path: root/sextractor/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sextractor/build.sh')
-rw-r--r--sextractor/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sextractor/build.sh b/sextractor/build.sh
index d11c1d0..ca9fa3c 100644
--- a/sextractor/build.sh
+++ b/sextractor/build.sh
@@ -2,7 +2,7 @@ export ATLAS="$PREFIX"
OPTIONS=
case $(uname) in
Linux)
- OPTIONS="--with-atlas=$PREFIX"
+ OPTIONS="--with-atlas-libdir=$ATLAS/lib --with-atlas-incdir=$ATLAS/include"
;;
Darwin)