forked from ocaml-cross/opam-cross-ios
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package variables don't work in
available
field
Package variables like `conf-ios:arch` don't work in the `available` field. See the "Now let's get to the funny details..." section in ocaml/opam#2537 (comment). The limitation is also mentioned in the opam docs: https://opam.ocaml.org/doc/Manual.html#opamfield-available. I'm not sure of the right fix but here's an idea. Change `available` field to rely on a global variable rather than a package variable. I defined a global variable `conf-ios-arch` at my command line like this: ``` opam config set conf-ios-arch "amd64" ```
- Loading branch information
Showing
3 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters