diff options
author | davidovski <david@davidovski.xyz> | 2022-02-01 19:17:45 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-01 19:17:45 +0000 |
commit | 7f9ffb0e9f0f73de7b636d99f72393955c02248f (patch) | |
tree | 5038a853442e31cd13e70b650b8d33a8ef4065d7 /repo/system | |
parent | 9e84a11fa2ae888523056432df9e97622d9b6e99 (diff) |
fixed install for ninja
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 |