fix static mumps build error - Added a space at the end of ar vr for the static build to run successfully (#15407)

This commit is contained in:
Nisarg Patel 2020-03-10 22:23:41 +01:00 committed by GitHub
parent 94b686e32b
commit 4ef0442a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,7 +241,7 @@ def write_makefile_inc(self):
else:
makefile_conf.extend([
'LIBEXT = .a',
'AR = ar vr',
'AR = ar vr ',
'RANLIB = ranlib'
])