gridlab-d: specify xerces prefix (#21867)
This commit is contained in:
parent
f9f5f8676e
commit
3c26084d2e
@ -50,6 +50,7 @@ def configure_args(self):
|
|||||||
args.append('CFLAGS=-g -O0 -w')
|
args.append('CFLAGS=-g -O0 -w')
|
||||||
args.append('CXXFLAGS=-g -O0 -w -std=c++14')
|
args.append('CXXFLAGS=-g -O0 -w -std=c++14')
|
||||||
args.append('LDFLAGS=-g -O0 -w')
|
args.append('LDFLAGS=-g -O0 -w')
|
||||||
|
args.append('--with-xerces=' + self.spec['xerces-c'].prefix)
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user