diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:55:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:55:48 +0300 |
commit | 5edfc3c14a876594335085e102723ed6a4368868 (patch) | |
tree | 0acbf01cc7b984fbbd5a68d17a8bfd88b4538d39 | |
parent | f6cbad8d55fbfaa43d3824f15ce8f938b83f6856 (diff) | |
download | repository-5edfc3c14a876594335085e102723ed6a4368868.tar.gz |
basu: use cl-meson
-rwxr-xr-x | extra/basu/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/basu/build b/extra/basu/build index 64ee0e20..20b55fd4 100755 --- a/extra/basu/build +++ b/extra/basu/build @@ -2,8 +2,7 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ . output ninja -C output |