Passing an arbitrary string as option #2305
Unanswered
Max13
asked this question in
Writing Formulae/Casks
Replies: 1 comment 5 replies
-
Asside from the option string issue you're encounter, almost everything in brew is working to prevent brew from doing this because it makes builds really unreliable. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find how to pass an arbitrary string as an option (cf: Homebrew/brew#1803), apparently,
ARGV
can't be used anymore.I'm writing a formula that depends on
Qt
, and the user should be able to provide his own installation instead of installing the runtime byhomebrew
.Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions