Merge branch 'jfly/fix-build' into 'main'

Fix build

See merge request coderkun/mcg!2
This commit is contained in:
Jeremy Fleischman 2022-09-11 10:14:47 +00:00
commit 3ff82fade1

View file

@ -42,7 +42,6 @@ class build_mcg(build_py):
print("compiling gresources")
subprocess.run(['glib-compile-resources', 'xyz.suruatoel.mcg.gresource.xml'], cwd='data')
def _build_gschemas(self):
print("compiling gschemas")
subprocess.run(['glib-compile-schemas', 'data'])