pgplot: fix syntax error in recipe (#30270)
This commit is contained in:
parent
d729b4e72b
commit
02a7fc69ed
@ -57,6 +57,7 @@ def edit(self, spec, prefix):
|
||||
if '+png' in spec:
|
||||
libs += ' ' + self.spec['libpng'].libs.ld_flags
|
||||
|
||||
sub = {}
|
||||
if spec.satisfies('%gcc'):
|
||||
fib = " -fallow-invalid-boz" if spec.satisfies('%gcc@10:') else ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user