Skip to content

Commit

Permalink
fix coq.dev about native
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Dec 11, 2020
1 parent 97f5158 commit eb5c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-dev/packages/coq/coq.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build: [
"-libdir" "%{lib}%/coq"
"-datadir" "%{share}%/coq"
"-coqide" "no"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
Expand Down

0 comments on commit eb5c8c2

Please sign in to comment.