gridlab-d: specify xerces prefix (#21867)

This commit is contained in:
Steven Smith
2021-02-25 04:59:36 -08:00
committed by GitHub
parent f9f5f8676e
commit 3c26084d2e

View File

@@ -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