Closed maverickwoo closed 4 years ago
https://github.com/ocaml/opam-depext/blob/cdc210e8217f6d682de65248dff1ad63484c2d52/depext.ml#L93-L96
The above logic hardcodes a preference for homebrew over macports, which is fine for the most part, but I would love to see a --use-flags (or a more appropriately named) argument that allows the user to provide the flags manually.
--use-flags
Thank you very much for your consideration.
External dependencies handling is integrated in opam (since 2.1.0-alpha). If this is still an issue, please open one in opam bugtracker. Thanks!
https://github.com/ocaml/opam-depext/blob/cdc210e8217f6d682de65248dff1ad63484c2d52/depext.ml#L93-L96
The above logic hardcodes a preference for homebrew over macports, which is fine for the most part, but I would love to see a
--use-flags
(or a more appropriately named) argument that allows the user to provide the flags manually.Thank you very much for your consideration.