Commit a69a52a
committed
opam: build with gmake on mac
The Makefile prohibits the default make found on MacOS, so
`opam install` won't work by default, unless the user specifies
to use gmake by eg setting opam's make env var.
It seems reasonable to use gmake by default on MacOS. I added similar
logic to karamel a few months ago.1 parent 6e5c852 commit a69a52a
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
0 commit comments