diff options
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/glib.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |