Avoid link to /opt/homebrew/lib/
#3675
Answered
by
SMillerDev
tillkruss
asked this question in
Writing Formulae/Casks
-
Hi! We have a tap that supports installing several version of the same tap, depending on the PHP version: https://github.com/cachewerk/homebrew-tap The tap seems to be linking various versions to the same This seems to work (since we're linking to link_overwrite "lib/relay.so" Is the only viable approach to use dedicated names for this call? lib.install "relay.so" |
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Sep 21, 2022
Replies: 1 comment 1 reply
-
Make the other ones keg-only would be my suggestion |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tillkruss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make the other ones keg-only would be my suggestion