diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:39:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:39:38 +0300 |
commit | ef9057abebd6d245f6268068c5375df0b3718bd4 (patch) | |
tree | dee4a9192c9aadb83cd1618b61d8f995b2106624 /community/mpc | |
parent | 6d7cc5b19ccc07a95945f5140c5e24c6fdf4cbc1 (diff) | |
download | repository-ef9057abebd6d245f6268068c5375df0b3718bd4.tar.gz |
mpc: use cl-meson
Diffstat (limited to 'community/mpc')
-rwxr-xr-x | community/mpc/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/mpc/build b/community/mpc/build index 64ee0e20..20b55fd4 100755 --- a/community/mpc/build +++ b/community/mpc/build @@ -2,8 +2,7 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ . output ninja -C output |