diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-06-14 11:06:36 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-06-14 11:06:36 -0400 |
commit | 86b96001388a9917fa1a7caabd976a3a2b536e72 (patch) | |
tree | 7e3b1b2b1e865efa5dc09bda3dc1030184a643d5 /jwst | |
parent | 28479b6fffd6ffe3f330a5461343f80036e8f89a (diff) | |
download | astroconda-dev-86b96001388a9917fa1a7caabd976a3a2b536e72.tar.gz |
Use -headerpad_max_install_names for jwst package
Diffstat (limited to 'jwst')
-rw-r--r-- | jwst/build.sh | 1 |
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 |