Update meson invocation to avoid warnings

This commit is contained in:
2023-06-04 16:24:48 +02:00
parent 338ae69121
commit cc59e537da
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"
}