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:
parent
94b686e32b
commit
4ef0442a01
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ def write_makefile_inc(self):
|
|||
else:
|
||||
makefile_conf.extend([
|
||||
'LIBEXT = .a',
|
||||
'AR = ar vr',
|
||||
'AR = ar vr ',
|
||||
'RANLIB = ranlib'
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue