summaryrefslogtreecommitdiff
path: root/tools/rebase_installed_dlls_cygwin.sh
blob: f772879d9d7dcad80fa70cabc044d37efec68e70 (plain)
1
2
3
4
5
#!/bin/dash
# Rebase the dlls installed by NumPy

py_ver=${1}
/usr/bin/rebase --database --oblivious `/bin/dash tools/list_numpy_dlls.sh ${py_ver}`