gtkplus: fix generation of configure_args (#27718)

This commit is contained in:
Davide Mancusi
2021-11-30 17:26:39 +01:00
committed by GitHub
parent 645a7dc14c
commit 0e83c0e792

View File

@@ -114,7 +114,7 @@ def configure_args(self):
@when('@:3.20.10')
def meson(self, spec, prefix):
configure(*self.configure_args)
configure(*self.configure_args())
@when('@:3.20.10')
def build(self, spec, prefix):