From 7f9ffb0e9f0f73de7b636d99f72393955c02248f Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 1 Feb 2022 19:17:45 +0000 Subject: fixed install for ninja --- repo/system/glib.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/glib.xibuild') diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild index 68709a9..daaabed 100644 --- a/repo/system/glib.xibuild +++ b/repo/system/glib.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(meson ninja ) +MAKEDEPS=(meson ninja) DEPS=(pcre libffi zlib glibc libxslt gdb) PKG_VER=2.70.2 -- cgit v1.2.1