Skip to content

Commit

Permalink
Merge pull request #191466 from Homebrew/gs-ldflags
Browse files Browse the repository at this point in the history
ghostscript: set correct library install names
  • Loading branch information
carlocab authored Sep 22, 2024
2 parents a3d2de5 + c4e4459 commit 146f919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/g/ghostscript.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ def install
--with-system-libtiff
--without-x]

# Set the correct library install names so that `brew` doesn't need to fix them up later.
ENV["DARWIN_LDFLAGS_SO_PREFIX"] = "#{opt_lib}/"
system configure, *std_configure_args, *args

# Install binaries and libraries
Expand Down

0 comments on commit 146f919

Please sign in to comment.