Skip to content

Conversation

@icristescu
Copy link

@icristescu icristescu commented Mar 19, 2020

...and update some packages to opam 2.0

@icristescu icristescu marked this pull request as ready for review March 19, 2020 17:20
Copy link
Member

@TheLortex TheLortex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thank you for your contribution !
I won't be able to test it on macos but if it works for you I'm happy to merge it as soon as the requested changes are made.

depends: [
"gcc-toolchain-esp32"
"gcc-toolchain-esp32" { os = "linux" }
"macos-toolchain-esp32" { os != "linux" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to have something more precise than { os != "linux" } for macos ? I wouldn't want windows people to download this inadvertently !

Looks like os = "macos" should do the trick.

"ocamlfind"
]
"gcc-toolchain-esp32" { os = "linux" }
"macos-toolchain-esp32" { os != "linux" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants