Skip to content

Commit

Permalink
vips: remove release label suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 17, 2024
1 parent d7a5f55 commit c597a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ CFLAGS="${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=r
meson install -C _build --tag devel

mkdir ${DEPS}/vips
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}a/vips-$(without_prerelease $VERSION_VIPS).tar.xz | tar xJC ${DEPS}/vips --strip-components=1
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}/vips-$(without_prerelease $VERSION_VIPS).tar.xz | tar xJC ${DEPS}/vips --strip-components=1
cd ${DEPS}/vips
# Link libvips.so.42 statically into libvips-cpp.so.42
sed -i'.bak' "s/library('vips'/static_&/" libvips/meson.build
Expand Down

0 comments on commit c597a77

Please sign in to comment.