summaryrefslogtreecommitdiff
path: root/jwst/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jwst/build.sh')
-rw-r--r--jwst/build.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/jwst/build.sh b/jwst/build.sh
index d7b5829..12f1312 100644
--- a/jwst/build.sh
+++ b/jwst/build.sh
@@ -1,12 +1,2 @@
-case `uname` in
- Darwin)
- export LDFLAGS="${LDFLAGS} -headerpad_max_install_names"
- ;;
- Linux)
- export CFLAGS="${CFLAGS} -Wl,-headerpad_max_install_names"
- ;;
- *)
- ;;
-esac
-
+export CFLAGS="${CFLAGS} -Wl,-headerpad_max_install_names"
$PYTHON setup.py install