Update meson invocation to avoid warnings

This commit is contained in:
Přemysl Eric Janouch 2023-06-04 16:24:48 +02:00
parent 338ae69121
commit cc59e537da
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Runtime dependencies for reverse image search:
xdg-utils, cURL, jq
$ git clone --recursive https://git.janouch.name/p/fiv.git
$ meson builddir
$ meson setup builddir
$ cd builddir
$ meson compile

View File

@ -97,7 +97,7 @@ setup() {
endian = 'little'
EOF
meson --buildtype=debugoptimized --prefix="$packagedir" \
meson setup --buildtype=debugoptimized --prefix="$packagedir" \
--bindir . --libdir . --cross-file="$toolchain" "$builddir" "$sourcedir"
}