We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f2e76 commit f59a5adCopy full SHA for f59a5ad
1 file changed
opam
@@ -3,8 +3,8 @@ name: "ReasonProject"
3
version: "0.0.1"
4
maintainer: "Jordan Walke <jordojw@gmail.com>"
5
authors: [
6
- "Jordan Walke <jordojw@gmail.com>"
7
- "Maxwell Bernstein <max@bernsteinbear.com>"
+ "Jordan Walke <jordojw@gmail.com>"
+ "Maxwell Bernstein <max@bernsteinbear.com>"
8
]
9
license: "BSD"
10
homepage: "https://github.com/reasonml/ReasonProject"
@@ -14,7 +14,7 @@ dev-repo: "git://github.com/reasonml/ReasonProject.git"
14
tags: [ "reason" "example" ]
15
substs: [ "pkg/META" ]
16
build: [
17
- [make "build" "--native" "%{ocaml-native}%"]
+ [make "build"]
18
19
depends: [
20
"topkg" {>= "0.8.1" & < "0.9"}
0 commit comments