gridlab-d: specify xerces prefix (#21867)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user