Skip to content

Commit

Permalink
Merge pull request #529 from freakboy3742/giflib-prefix
Browse files Browse the repository at this point in the history
Honor BUILD_PREFIX in giflib builds
  • Loading branch information
mattip authored Oct 21, 2024
2 parents bc85a08 + 5a7e83b commit 0dd0775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function build_giflib {
fetch_unpack $url/$archive
(cd $name_version \
&& make -j4 \
&& make install)
&& make install PREFIX=$BUILD_PREFIX)
touch "${name}-stamp"
fi
}
Expand Down

0 comments on commit 0dd0775

Please sign in to comment.