summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-06-14 11:06:36 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-06-14 11:06:36 -0400
commit86b96001388a9917fa1a7caabd976a3a2b536e72 (patch)
tree7e3b1b2b1e865efa5dc09bda3dc1030184a643d5
parent28479b6fffd6ffe3f330a5461343f80036e8f89a (diff)
downloadastroconda-dev-86b96001388a9917fa1a7caabd976a3a2b536e72.tar.gz
Use -headerpad_max_install_names for jwst package
-rw-r--r--jwst/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jwst/build.sh b/jwst/build.sh
index 5a5aeeb..a20772b 100644
--- a/jwst/build.sh
+++ b/jwst/build.sh
@@ -1 +1,2 @@
+LDFLAGS="-headerpad_max_install_names"
$PYTHON setup.py install