From ce3c26627d975a565d2280365b00941537c04cb6 Mon Sep 17 00:00:00 2001 From: 6timings <39947942+6timings@users.noreply.github.com> Date: Thu, 14 Feb 2019 11:11:23 +0800 Subject: [PATCH] Update Makefile I am thinking that this will make sure the files are compiled for python2.7 instead of any other versions of python that are set as default? --- bin/scripts/UnsymmetricPairAlignment/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scripts/UnsymmetricPairAlignment/Makefile b/bin/scripts/UnsymmetricPairAlignment/Makefile index 166aa0c..6eb52f0 100644 --- a/bin/scripts/UnsymmetricPairAlignment/Makefile +++ b/bin/scripts/UnsymmetricPairAlignment/Makefile @@ -1,3 +1,3 @@ all: swig -python UnsymmetricPairAlignment.i - python setup.py build_ext --inplace + python2.7 setup.py build_ext --inplace