mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
fix(sever): meson flag (#3656)
This commit is contained in:
parent
13564fbc17
commit
60d39a7d1f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ tar -xvf vips-${LIBVIPS_VERSION}.tar.xz -C libvips --strip-components=1
|
|||
rm vips-${LIBVIPS_VERSION}.tar.xz
|
||||
rm libvips.sha256
|
||||
cd libvips
|
||||
meson setup build --buildtype=release --libdir=lib -Dintrospection=disabled -Dtiff=disabled
|
||||
meson setup build --buildtype=release --libdir=lib -Dintrospection=false -Dtiff=disabled
|
||||
cd build
|
||||
# ninja test # tests set concurrency too high for arm/v7
|
||||
ninja install
|
||||
|
|
Loading…
Reference in a new issue