meson cleanup

This commit is contained in:
Heiko Reese
2021-08-22 02:17:11 +02:00
parent d225bddcb3
commit 834714f4c8
3 changed files with 14 additions and 10 deletions

View File

@ -24,13 +24,15 @@ cd exim-encrypt-dlfunc
```shell
meson build # run only once
cd build
ninja
meson compile -C build
meson test -C build
```
5. Copy to final destination (feel free to pick another place than `/usr/local/lib/`):
TBD…
```shell
meson install -C build
```
6. Ensure you have the correct exim build: