gtkplus: fix generation of configure_args (#27718)
This commit is contained in:
parent
645a7dc14c
commit
0e83c0e792
@ -114,7 +114,7 @@ def configure_args(self):
|
|||||||
|
|
||||||
@when('@:3.20.10')
|
@when('@:3.20.10')
|
||||||
def meson(self, spec, prefix):
|
def meson(self, spec, prefix):
|
||||||
configure(*self.configure_args)
|
configure(*self.configure_args())
|
||||||
|
|
||||||
@when('@:3.20.10')
|
@when('@:3.20.10')
|
||||||
def build(self, spec, prefix):
|
def build(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user