gtkplus: fix generation of configure_args (#27718)
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user