mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +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 vips-${LIBVIPS_VERSION}.tar.xz
|
||||||
rm libvips.sha256
|
rm libvips.sha256
|
||||||
cd libvips
|
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
|
cd build
|
||||||
# ninja test # tests set concurrency too high for arm/v7
|
# ninja test # tests set concurrency too high for arm/v7
|
||||||
ninja install
|
ninja install
|
||||||
|
|
Loading…
Reference in a new issue