Skip to content

Commit f59a5ad

Browse files
committed
Fix opam
1 parent 92f2e76 commit f59a5ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: "ReasonProject"
33
version: "0.0.1"
44
maintainer: "Jordan Walke <jordojw@gmail.com>"
55
authors: [
6-
"Jordan Walke <jordojw@gmail.com>"
7-
"Maxwell Bernstein <max@bernsteinbear.com>"
6+
"Jordan Walke <jordojw@gmail.com>"
7+
"Maxwell Bernstein <max@bernsteinbear.com>"
88
]
99
license: "BSD"
1010
homepage: "https://github.com/reasonml/ReasonProject"
@@ -14,7 +14,7 @@ dev-repo: "git://github.com/reasonml/ReasonProject.git"
1414
tags: [ "reason" "example" ]
1515
substs: [ "pkg/META" ]
1616
build: [
17-
[make "build" "--native" "%{ocaml-native}%"]
17+
[make "build"]
1818
]
1919
depends: [
2020
"topkg" {>= "0.8.1" & < "0.9"}

0 commit comments

Comments
 (0)