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
@ -241,7 +241,7 @@ def write_makefile_inc(self):
|
|||||||
else:
|
else:
|
||||||
makefile_conf.extend([
|
makefile_conf.extend([
|
||||||
'LIBEXT = .a',
|
'LIBEXT = .a',
|
||||||
'AR = ar vr',
|
'AR = ar vr ',
|
||||||
'RANLIB = ranlib'
|
'RANLIB = ranlib'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user