summaryrefslogtreecommitdiff
path: root/pyfftw/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pyfftw/build.sh')
-rw-r--r--pyfftw/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfftw/build.sh b/pyfftw/build.sh
index d89cf74..0651338 100644
--- a/pyfftw/build.sh
+++ b/pyfftw/build.sh
@@ -1,4 +1,4 @@
export CFLAGS="`pkg-config --cflags fftw3`"
export LDFLAGS="`pkg-config --libs fftw3`"
-python setup.py install || exit 1 \ No newline at end of file
+$PYTHON setup.py install \ No newline at end of file