Point to a different swig+MATLAB repo

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-01-28 22:54:42 -07:00
parent c8bbfad784
commit 35dd80ddc2

View File

@@ -11,7 +11,7 @@ else:
commons = dict(shell = True, stdout = sys.stdout, stderr = sys.stderr)
if not os.path.exists('swig-matlab'):
subprocess.call('git clone https://github.com/KrisThielemans/swig swig-matlab', **commons)
subprocess.call('git clone https://github.com/jaeandersson/swig swig-matlab', **commons)
else:
subprocess.call('git pull', shell = True, cwd = 'swig-matlab', stdout = sys.stdout, stderr = sys.stderr)