-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idiomatic way of filtering cli flags with parameters [in opam file field] #4127
Comments
as far as I know, this is "line-based", i.e.:
should work. |
Thank you so much, it worked! |
It does not seem to be the case. See build failures in ocaml/opam-repository#16148. I think this issue should be reopened. EDIT: Since the error will change here was the error:
|
oops, sorry about that |
|
@kit-ty-kate Right, it only worked on my macOS machine, sorry for that. |
@rjbou I see, thank you. Can we keep this issue open as a feature request then? |
If I need to apply a parameterized cli flag like Coq's
-native-compiler no
I can do something likeSometimes people do e.g.
but I would prefer not to duplicate a sufficiently large list of cli options to
./configure
.Is there a way to mention
{os = "macos"}
just one time in the first snippet? Thank you in advance.The text was updated successfully, but these errors were encountered: