mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(sever): meson flag (#3656)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user